Html Css Color HEX #5FACEA Malibu

📋 copy color: '#5FACEA'

red 95 ◦ green 172 ◦ blue 234

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

Shades of Malibu #5FACEA

Tints of Malibu #5FACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 18.96%
G = 34.33%
B = 46.71%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FACEA (or 0x5FACEA) is known color: Malibu. HEX triplet: 5F, AC and EA. RGB value is (95,172,234). Sum of RGB (Red+Green+Blue) = 95+172+234=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FACEA is #A05315. Grayscale: #9B9B9B. Windows color (decimal): -10507030 or 15379551. OLE color: 15379551.

HSL color Cylindrical-coordinate representation of color #5FACEA: hue angle of 206.76º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FACEA is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 172 234 -
CMYK 0.59 0.26 0 0.08
HSL 206.76º 0.77% 0.65% -
HSV(B) 206.76º 0.59% 0.92% -
XYZ 34.32 37.88 83.34 -
YUV 156.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 95 172 234 0.59 0.26 0 0.08 206.76 0.77 0.65
Hex 5F AC EA 3B 1A 0 8 CF 4D 41
Octal 137 254 352 73 32 0 10 317 115 101
Binary 1011111 10101100 11101010 111011 11010 0 1000 11001111 1001101 1000001

Color Harmonies of #5FACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACEA

Black with #5FACEA

Text Example


Text Example

White with #5FACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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