Html Css Color HEX #5FC2EB Malibu

📋 copy color: '#5FC2EB'

red 95 ◦ green 194 ◦ blue 235

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

Shades of Malibu #5FC2EB

Tints of Malibu #5FC2EB

RGB

 RED value IS 95 (37.5% from 255) = 18.13%

 GREEN value IS 194 (76.17% from 255) = 37.02%

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 18.13%
G = 37.02%
B = 44.85%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FC2EB (or 0x5FC2EB) is known color: Malibu. HEX triplet: 5F, C2 and EB. RGB value is (95,194,235). Sum of RGB (Red+Green+Blue) = 95+194+235=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC2EB is #A03D14. Grayscale: #A8A8A8. Windows color (decimal): -10501397 or 15450719. OLE color: 15450719.

HSL color Cylindrical-coordinate representation of color #5FC2EB: hue angle of 197.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FC2EB is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 194 235 -
CMYK 0.60 0.17 0 0.08
HSL 197.57º 0.78% 0.65% -
HSV(B) 197.57º 0.6% 0.92% -
XYZ 39.01 47.01 85.62 -
YUV 169.07 165.2 75.17 -
System Red Green Blue C M Y K H S L
Decimal 95 194 235 0.60 0.17 0 0.08 197.57 0.78 0.65
Hex 5F C2 EB 3C 11 0 8 C6 4E 41
Octal 137 302 353 74 21 0 10 306 116 101
Binary 1011111 11000010 11101011 111100 10001 0 1000 11000110 1001110 1000001

Color Harmonies of #5FC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC2EB

Black with #5FC2EB

Text Example


Text Example

White with #5FC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FC2EB; }

 p { color: rgb(95,194,235); }

 H1.HeaderClassName
 {
   color: #5FC2EB;
 }
 .AnyTagClassName
 {
   color: #5FC2EB;
 }
</style>

background-color css

<style>
 a { background-color: #5FC2EB; }

 a { background-color: rgb(95,194,235); }

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

border-color css

<style>
 span { border-color: #5FC2EB; }

 span { border-color: rgb(95,194,235); }

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