#62C0F2

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

Shades of Malibu #62C0F2

Tints of Malibu #62C0F2

Color information

#62C0F2 (or 0x62C0F2) is unknown color: approx Malibu. HEX triplet: 62, C0 and F2. RGB value is (98,192,242). Sum of RGB (Red+Green+Blue) = 98+192+242=532 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.42% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #62C0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62C0F2 is #9D3F0D. Grayscale: #A9A9A9. Windows color (decimal): -10305294 or 15908962. OLE color: 15908962.

HSL color Cylindrical-coordinate representation of color #62C0F2: hue angle of 200.83º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62C0F2 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB98192242-
CMYK0.600.2100.05
HSL200.83º84.71%66.67%-
HSV(B)200.83º59.5%94.9%-
XYZ39.9146.7190.92-
YUV169.59168.8676.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.42%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 242 (94.92% from 255) = 45.49%
R=18.42%
G=36.09%
B=45.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal981922420.600.2100.05200.8384.7166.67
Hex62C0F23C1505c95543
Octal142300362742505311125103
Binary110001011000000111100101111001010101011100100110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,192,242); }

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

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

 a { background-color: rgb(98,192,242); }

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

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

 span { border-color: rgb(98,192,242); }

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