#62AFEA

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

Shades of Malibu #62AFEA

Tints of Malibu #62AFEA

Color information

#62AFEA (or 0x62AFEA) is unknown color: approx Malibu. HEX triplet: 62, AF and EA. RGB value is (98,175,234). Sum of RGB (Red+Green+Blue) = 98+175+234=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #62AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62AFEA is #9D5015. Grayscale: #9E9E9E. Windows color (decimal): -10309654 or 15380322. OLE color: 15380322.

HSL color Cylindrical-coordinate representation of color #62AFEA: hue angle of 206.03º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62AFEA is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB98175234-
CMYK0.580.2500.08
HSL206.03º76.4%65.1%-
HSV(B)206.03º58.12%91.76%-
XYZ35.2239.283.55-
YUV158.7170.4984.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.33%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=19.33%
G=34.52%
B=46.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal981752340.580.2500.08206.0376.465.1
Hex62AFEA3A1908ce4c41
Octal1422573527231010316114101
Binary1100010101011111110101011101011001010001100111010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AFEA; }

 p { color: rgb(98,175,234); }

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

<style>
 a { background-color: #62AFEA; }

 a { background-color: rgb(98,175,234); }

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

<style>
 span { border-color: #62AFEA; }

 span { border-color: rgb(98,175,234); }

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