#61afe3

Color #61AFE3 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #61AFE3

Tints of Malibu #61AFE3

Color information

#61AFE3 (or 0x61AFE3) is unknown color: approx Malibu. HEX triplet: 61, AF and E3. RGB value is (97,175,227). Sum of RGB (Red+Green+Blue) = 97+175+227=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #61AFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFE3 is #9E501C. Grayscale: #9D9D9D. Windows color (decimal): -10375197 or 14921569. OLE color: 14921569.

HSL color Cylindrical-coordinate representation of color #61AFE3: hue angle of 204º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61AFE3 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB97175227-
CMYK0.570.2300.11
HSL204º69.89%63.53%-
HSV(B)204º57.27%89.02%-
XYZ34.1238.7578.35-
YUV157.61167.1684.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 19.44%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 227 (89.06% from 255) = 45.49%
R=19.44%
G=35.07%
B=45.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal971752270.570.2300.1120469.8963.53
Hex61AFE339170Bcc4640
Octal1412573437127013314106100
Binary1100001101011111110001111100110111010111100110010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61afe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61afe3; }

 p { color: rgb(97,175,227); }

 H1.HeaderClassName
 {
   color: #61afe3;
 }
 .AnyTagClassName
 {
   color: #61afe3;
 }
</style>
background-color css

<style>
 a { background-color: #61afe3; }

 a { background-color: rgb(97,175,227); }

 div.DivClassName
 {
   background-color: #61afe3;
 }
 .BgClassName
 {
   background-color: #61afe3;
 }
</style>
border-color css

<style>
 span { border-color: #61afe3; }

 span { border-color: rgb(97,175,227); }

 td.TdClassName
 {
   border-color: #61afe3;
 }
 .TagClassName
 {
   border-color: #61afe3;
 }
</style>