Html Css Color HEX #5FC5EC Malibu

📋 copy color: '#5FC5EC'

red 95 ◦ green 197 ◦ blue 236

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

Shades of Malibu #5FC5EC

Tints of Malibu #5FC5EC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.31%

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

R = 17.99%
G = 37.31%
B = 44.7%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FC5EC (or 0x5FC5EC) is known color: Malibu. HEX triplet: 5F, C5 and EC. RGB value is (95,197,236). Sum of RGB (Red+Green+Blue) = 95+197+236=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FC5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC5EC is #A03A13. Grayscale: #AAAAAA. Windows color (decimal): -10500628 or 15517023. OLE color: 15517023.

HSL color Cylindrical-coordinate representation of color #5FC5EC: hue angle of 196.6º 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 #5FC5EC is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 197 236 -
CMYK 0.60 0.17 0 0.07
HSL 196.6º 0.79% 0.65% -
HSV(B) 196.6º 0.6% 0.93% -
XYZ 39.83 48.42 86.6 -
YUV 170.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 95 197 236 0.60 0.17 0 0.07 196.6 0.79 0.65
Hex 5F C5 EC 3C 11 0 7 C5 4F 41
Octal 137 305 354 74 21 0 7 305 117 101
Binary 1011111 11000101 11101100 111100 10001 0 111 11000101 1001111 1000001

Color Harmonies of #5FC5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC5EC

Black with #5FC5EC

Text Example


Text Example

White with #5FC5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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