Html Css Color HEX #5FAFE1 Malibu

📋 copy color: '#5FAFE1'

red 95 ◦ green 175 ◦ blue 225

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

Shades of Malibu #5FAFE1

Tints of Malibu #5FAFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 19.19%
G = 35.35%
B = 45.45%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5FAFE1 (or 0x5FAFE1) is known color: Malibu. HEX triplet: 5F, AF and E1. RGB value is (95,175,225). Sum of RGB (Red+Green+Blue) = 95+175+225=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #5FAFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFE1 is #A0501E. Grayscale: #9C9C9C. Windows color (decimal): -10506271 or 14790495. OLE color: 14790495.

HSL color Cylindrical-coordinate representation of color #5FAFE1: hue angle of 203.08º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FAFE1 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 175 225 -
CMYK 0.58 0.22 0 0.12
HSL 203.08º 0.68% 0.63% -
HSV(B) 203.08º 0.58% 0.88% -
XYZ 33.64 38.53 76.9 -
YUV 156.78 166.5 83.93 -
System Red Green Blue C M Y K H S L
Decimal 95 175 225 0.58 0.22 0 0.12 203.08 0.68 0.63
Hex 5F AF E1 3A 16 0 C CB 44 3F
Octal 137 257 341 72 26 0 14 313 104 77
Binary 1011111 10101111 11100001 111010 10110 0 1100 11001011 1000100 111111

Color Harmonies of #5FAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAFE1

Black with #5FAFE1

Text Example


Text Example

White with #5FAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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