Html Css Color HEX #5FACEC Malibu

📋 copy color: '#5FACEC'

red 95 ◦ green 172 ◦ blue 236

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

Shades of Malibu #5FACEC

Tints of Malibu #5FACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 18.89%
G = 34.19%
B = 46.92%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FACEC (or 0x5FACEC) is known color: Malibu. HEX triplet: 5F, AC and EC. RGB value is (95,172,236). Sum of RGB (Red+Green+Blue) = 95+172+236=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FACEC is #A05313. Grayscale: #9B9B9B. Windows color (decimal): -10507028 or 15510623. OLE color: 15510623.

HSL color Cylindrical-coordinate representation of color #5FACEC: hue angle of 207.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FACEC is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 172 236 -
CMYK 0.60 0.27 0 0.07
HSL 207.23º 0.79% 0.65% -
HSV(B) 207.23º 0.6% 0.93% -
XYZ 34.61 37.99 84.87 -
YUV 156.27 172.99 84.3 -
System Red Green Blue C M Y K H S L
Decimal 95 172 236 0.60 0.27 0 0.07 207.23 0.79 0.65
Hex 5F AC EC 3C 1B 0 7 CF 4F 41
Octal 137 254 354 74 33 0 7 317 117 101
Binary 1011111 10101100 11101100 111100 11011 0 111 11001111 1001111 1000001

Color Harmonies of #5FACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACEC

Black with #5FACEC

Text Example


Text Example

White with #5FACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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