Html Css Color HEX #62BAD2 Malibu

📋 copy color: '#62BAD2'

red 98 ◦ green 186 ◦ blue 210

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

Shades of Malibu #62BAD2

Tints of Malibu #62BAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 210 (82.42% from 255) = 42.51%

R = 19.84%
G = 37.65%
B = 42.51%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#62BAD2 (or 0x62BAD2) is known color: Malibu. HEX triplet: 62, BA and D2. RGB value is (98,186,210). Sum of RGB (Red+Green+Blue) = 98+186+210=494 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.84% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #62BAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BAD2 is #9D452D. Grayscale: #A2A2A2. Windows color (decimal): -10306862 or 13810274. OLE color: 13810274.

HSL color Cylindrical-coordinate representation of color #62BAD2: hue angle of 192.86º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62BAD2 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 186 210 -
CMYK 0.53 0.11 0 0.18
HSL 192.86º 0.55% 0.6% -
HSV(B) 192.86º 0.53% 0.82% -
XYZ 34.23 42.37 67.35 -
YUV 162.42 154.85 82.05 -
System Red Green Blue C M Y K H S L
Decimal 98 186 210 0.53 0.11 0 0.18 192.86 0.55 0.6
Hex 62 BA D2 35 B 0 12 C1 37 3C
Octal 142 272 322 65 13 0 22 301 67 74
Binary 1100010 10111010 11010010 110101 1011 0 10010 11000001 110111 111100

Color Harmonies of #62BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BAD2

Black with #62BAD2

Text Example


Text Example

White with #62BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,186,210); }

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

background-color css

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

 a { background-color: rgb(98,186,210); }

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

border-color css

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

 span { border-color: rgb(98,186,210); }

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