Html Css Color HEX #62BED4 Malibu

📋 copy color: '#62BED4'

red 98 ◦ green 190 ◦ blue 212

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

Shades of Malibu #62BED4

Tints of Malibu #62BED4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38%

 BLUE value IS 212 (83.2% from 255) = 42.4%

R = 19.6%
G = 38%
B = 42.4%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#62BED4 (or 0x62BED4) is known color: Malibu. HEX triplet: 62, BE and D4. RGB value is (98,190,212). Sum of RGB (Red+Green+Blue) = 98+190+212=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #62BED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BED4 is #9D412B. Grayscale: #A4A4A4. Windows color (decimal): -10305836 or 13942370. OLE color: 13942370.

HSL color Cylindrical-coordinate representation of color #62BED4: hue angle of 191.58º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62BED4 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 98 190 212 -
CMYK 0.54 0.10 0 0.17
HSL 191.58º 0.57% 0.61% -
HSV(B) 191.58º 0.54% 0.83% -
XYZ 35.33 44.18 68.95 -
YUV 165 154.52 80.21 -
System Red Green Blue C M Y K H S L
Decimal 98 190 212 0.54 0.10 0 0.17 191.58 0.57 0.61
Hex 62 BE D4 36 A 0 11 C0 39 3D
Octal 142 276 324 66 12 0 21 300 71 75
Binary 1100010 10111110 11010100 110110 1010 0 10001 11000000 111001 111101

Color Harmonies of #62BED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BED4

Black with #62BED4

Text Example


Text Example

White with #62BED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,190,212); }

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

background-color css

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

 a { background-color: rgb(98,190,212); }

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

border-color css

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

 span { border-color: rgb(98,190,212); }

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