Html Css Color HEX #5FC2EF Malibu

📋 copy color: '#5FC2EF'

red 95 ◦ green 194 ◦ blue 239

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

Shades of Malibu #5FC2EF

Tints of Malibu #5FC2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 17.99%
G = 36.74%
B = 45.27%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5FC2EF (or 0x5FC2EF) is known color: Malibu. HEX triplet: 5F, C2 and EF. RGB value is (95,194,239). Sum of RGB (Red+Green+Blue) = 95+194+239=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FC2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC2EF is #A03D10. Grayscale: #A9A9A9. Windows color (decimal): -10501393 or 15712863. OLE color: 15712863.

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

Color convert

RGB 95 194 239 -
CMYK 0.60 0.19 0 0.06
HSL 198.75º 0.82% 0.65% -
HSV(B) 198.75º 0.6% 0.94% -
XYZ 39.59 47.25 88.69 -
YUV 169.53 167.2 74.84 -
System Red Green Blue C M Y K H S L
Decimal 95 194 239 0.60 0.19 0 0.06 198.75 0.82 0.65
Hex 5F C2 EF 3C 13 0 6 C7 52 41
Octal 137 302 357 74 23 0 6 307 122 101
Binary 1011111 11000010 11101111 111100 10011 0 110 11000111 1010010 1000001

Color Harmonies of #5FC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC2EF

Black with #5FC2EF

Text Example


Text Example

White with #5FC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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