Html Css Color HEX #5FAFDF Malibu

📋 copy color: '#5FAFDF'

red 95 ◦ green 175 ◦ blue 223

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

Shades of Malibu #5FAFDF

Tints of Malibu #5FAFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 19.27%
G = 35.5%
B = 45.23%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FAFDF (or 0x5FAFDF) is known color: Malibu. HEX triplet: 5F, AF and DF. RGB value is (95,175,223). Sum of RGB (Red+Green+Blue) = 95+175+223=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFDF is #A05020. Grayscale: #9C9C9C. Windows color (decimal): -10506273 or 14659423. OLE color: 14659423.

HSL color Cylindrical-coordinate representation of color #5FAFDF: hue angle of 202.5º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FAFDF is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 175 223 -
CMYK 0.57 0.22 0 0.13
HSL 202.5º 0.67% 0.62% -
HSV(B) 202.5º 0.57% 0.87% -
XYZ 33.37 38.42 75.47 -
YUV 156.55 165.5 84.1 -
System Red Green Blue C M Y K H S L
Decimal 95 175 223 0.57 0.22 0 0.13 202.5 0.67 0.62
Hex 5F AF DF 39 16 0 D CA 43 3E
Octal 137 257 337 71 26 0 15 312 103 76
Binary 1011111 10101111 11011111 111001 10110 0 1101 11001010 1000011 111110

Color Harmonies of #5FAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAFDF

Black with #5FAFDF

Text Example


Text Example

White with #5FAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,175,223); }

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

background-color css

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

 a { background-color: rgb(95,175,223); }

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

border-color css

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

 span { border-color: rgb(95,175,223); }

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