#62B0F0

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

Shades of Malibu #62B0F0

Tints of Malibu #62B0F0

Color information

#62B0F0 (or 0x62B0F0) is unknown color: approx Malibu. HEX triplet: 62, B0 and F0. RGB value is (98,176,240). Sum of RGB (Red+Green+Blue) = 98+176+240=514 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.07% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #62B0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62B0F0 is #9D4F0F. Grayscale: #9F9F9F. Windows color (decimal): -10309392 or 15773794. OLE color: 15773794.

HSL color Cylindrical-coordinate representation of color #62B0F0: hue angle of 207.04º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62B0F0 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB98176240-
CMYK0.590.2700.06
HSL207.04º82.56%66.27%-
HSV(B)207.04º59.17%94.12%-
XYZ36.2939.9488.23-
YUV159.97173.1683.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.07%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 240 (94.14% from 255) = 46.69%
R=19.07%
G=34.24%
B=46.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal981762400.590.2700.06207.0482.5666.27
Hex62B0F03B1B06cf5342
Octal142260360733306317123102
Binary110001010110000111100001110111101101101100111110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,176,240); }

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

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

 a { background-color: rgb(98,176,240); }

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

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

 span { border-color: rgb(98,176,240); }

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