Html Css Color HEX #5FBEEC Malibu

📋 copy color: '#5FBEEC'

red 95 ◦ green 190 ◦ blue 236

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

Shades of Malibu #5FBEEC

Tints of Malibu #5FBEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 18.23%
G = 36.47%
B = 45.3%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FBEEC (or 0x5FBEEC) is known color: Malibu. HEX triplet: 5F, BE and EC. RGB value is (95,190,236). Sum of RGB (Red+Green+Blue) = 95+190+236=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FBEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBEEC is #A04113. Grayscale: #A6A6A6. Windows color (decimal): -10502420 or 15515231. OLE color: 15515231.

HSL color Cylindrical-coordinate representation of color #5FBEEC: hue angle of 199.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBEEC is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 190 236 -
CMYK 0.60 0.19 0 0.07
HSL 199.57º 0.79% 0.65% -
HSV(B) 199.57º 0.6% 0.93% -
XYZ 38.27 45.32 86.09 -
YUV 166.84 167.03 76.76 -
System Red Green Blue C M Y K H S L
Decimal 95 190 236 0.60 0.19 0 0.07 199.57 0.79 0.65
Hex 5F BE EC 3C 13 0 7 C8 4F 41
Octal 137 276 354 74 23 0 7 310 117 101
Binary 1011111 10111110 11101100 111100 10011 0 111 11001000 1001111 1000001

Color Harmonies of #5FBEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBEEC

Black with #5FBEEC

Text Example


Text Example

White with #5FBEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,190,236); }

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

background-color css

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

 a { background-color: rgb(95,190,236); }

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

border-color css

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

 span { border-color: rgb(95,190,236); }

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