Html Css Color HEX #5FC3DC Malibu

📋 copy color: '#5FC3DC'

red 95 ◦ green 195 ◦ blue 220

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

Shades of Malibu #5FC3DC

Tints of Malibu #5FC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.24%

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 18.63%
G = 38.24%
B = 43.14%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FC3DC (or 0x5FC3DC) is known color: Malibu. HEX triplet: 5F, C3 and DC. RGB value is (95,195,220). Sum of RGB (Red+Green+Blue) = 95+195+220=510 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.63% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FC3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC3DC is #A03C23. Grayscale: #A7A7A7. Windows color (decimal): -10501156 or 14467935. OLE color: 14467935.

HSL color Cylindrical-coordinate representation of color #5FC3DC: hue angle of 192º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FC3DC is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 195 220 -
CMYK 0.57 0.11 0 0.14
HSL 192º 0.64% 0.62% -
HSV(B) 192º 0.57% 0.86% -
XYZ 37.15 46.63 74.75 -
YUV 167.95 157.37 75.97 -
System Red Green Blue C M Y K H S L
Decimal 95 195 220 0.57 0.11 0 0.14 192 0.64 0.62
Hex 5F C3 DC 39 B 0 E C0 40 3E
Octal 137 303 334 71 13 0 16 300 100 76
Binary 1011111 11000011 11011100 111001 1011 0 1110 11000000 1000000 111110

Color Harmonies of #5FC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC3DC

Black with #5FC3DC

Text Example


Text Example

White with #5FC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,195,220); }

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

background-color css

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

 a { background-color: rgb(95,195,220); }

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

border-color css

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

 span { border-color: rgb(95,195,220); }

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