Html Css Color HEX #5FACED Malibu

📋 copy color: '#5FACED'

red 95 ◦ green 172 ◦ blue 237

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

Shades of Malibu #5FACED

Tints of Malibu #5FACED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 18.85%
G = 34.13%
B = 47.02%

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

#5FACED (or 0x5FACED) is known color: Malibu. HEX triplet: 5F, AC and ED. RGB value is (95,172,237). Sum of RGB (Red+Green+Blue) = 95+172+237=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FACED is #A05312. Grayscale: #9C9C9C. Windows color (decimal): -10507027 or 15576159. OLE color: 15576159.

HSL color Cylindrical-coordinate representation of color #5FACED: hue angle of 207.46º degrees, saturation: 0.8, 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 #5FACED is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 172 237 -
CMYK 0.60 0.27 0 0.07
HSL 207.46º 0.8% 0.65% -
HSV(B) 207.46º 0.6% 0.93% -
XYZ 34.76 38.05 85.63 -
YUV 156.39 173.49 84.21 -
System Red Green Blue C M Y K H S L
Decimal 95 172 237 0.60 0.27 0 0.07 207.46 0.8 0.65
Hex 5F AC ED 3C 1B 0 7 CF 50 41
Octal 137 254 355 74 33 0 7 317 120 101
Binary 1011111 10101100 11101101 111100 11011 0 111 11001111 1010000 1000001

Color Harmonies of #5FACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACED

Black with #5FACED

Text Example


Text Example

White with #5FACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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