Html Css Color HEX #62B0DC Malibu

📋 copy color: '#62B0DC'

red 98 ◦ green 176 ◦ blue 220

#62B0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #62B0DC

Tints of Malibu #62B0DC

RGB

 RED value IS 98 (38.67% from 255) = 19.84%

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 19.84%
G = 35.63%
B = 44.53%

CMYK

 C value IS 0.55

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#62B0DC (or 0x62B0DC) is known color: Malibu. HEX triplet: 62, B0 and DC. RGB value is (98,176,220). Sum of RGB (Red+Green+Blue) = 98+176+220=494 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.84% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #62B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B0DC is #9D4F23. Grayscale: #9D9D9D. Windows color (decimal): -10309412 or 14463074. OLE color: 14463074.

HSL color Cylindrical-coordinate representation of color #62B0DC: hue angle of 201.64º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62B0DC is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 176 220 -
CMYK 0.55 0.2 0 0.14
HSL 201.64º 0.64% 0.62% -
HSV(B) 201.64º 0.55% 0.86% -
XYZ 33.48 38.81 73.44 -
YUV 157.69 163.16 85.42 -
System Red Green Blue C M Y K H S L
Decimal 98 176 220 0.55 0.2 0 0.14 201.64 0.64 0.62
Hex 62 B0 DC 37 14 0 E CA 40 3E
Octal 142 260 334 67 24 0 16 312 100 76
Binary 1100010 10110000 11011100 110111 10100 0 1110 11001010 1000000 111110

Color Harmonies of #62B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B0DC

Black with #62B0DC

Text Example


Text Example

White with #62B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62B0DC;
 }
 .AnyTagClassName
 {
   color: #62B0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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