Html Css Color HEX #5FACE1 Malibu

📋 copy color: '#5FACE1'

red 95 ◦ green 172 ◦ blue 225

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

Shades of Malibu #5FACE1

Tints of Malibu #5FACE1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.96%

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

R = 19.31%
G = 34.96%
B = 45.73%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5FACE1 (or 0x5FACE1) is known color: Malibu. HEX triplet: 5F, AC and E1. RGB value is (95,172,225). Sum of RGB (Red+Green+Blue) = 95+172+225=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #5FACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACE1 is #A0531E. Grayscale: #9A9A9A. Windows color (decimal): -10507039 or 14789727. OLE color: 14789727.

HSL color Cylindrical-coordinate representation of color #5FACE1: hue angle of 204.46º 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 #5FACE1 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 172 225 -
CMYK 0.58 0.24 0 0.12
HSL 204.46º 0.68% 0.63% -
HSV(B) 204.46º 0.58% 0.88% -
XYZ 33.06 37.37 76.71 -
YUV 155.02 167.49 85.19 -
System Red Green Blue C M Y K H S L
Decimal 95 172 225 0.58 0.24 0 0.12 204.46 0.68 0.63
Hex 5F AC E1 3A 18 0 C CC 44 3F
Octal 137 254 341 72 30 0 14 314 104 77
Binary 1011111 10101100 11100001 111010 11000 0 1100 11001100 1000100 111111

Color Harmonies of #5FACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACE1

Black with #5FACE1

Text Example


Text Example

White with #5FACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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