Html Css Color HEX #5FAAEB Malibu

📋 copy color: '#5FAAEB'

red 95 ◦ green 170 ◦ blue 235

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

Shades of Malibu #5FAAEB

Tints of Malibu #5FAAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34%

 BLUE value IS 235 (92.19% from 255) = 47%

R = 19%
G = 34%
B = 47%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FAAEB (or 0x5FAAEB) is known color: Malibu. HEX triplet: 5F, AA and EB. RGB value is (95,170,235). Sum of RGB (Red+Green+Blue) = 95+170+235=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAAEB is #A05514. Grayscale: #9A9A9A. Windows color (decimal): -10507541 or 15444575. OLE color: 15444575.

HSL color Cylindrical-coordinate representation of color #5FAAEB: hue angle of 207.86º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FAAEB is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 170 235 -
CMYK 0.60 0.28 0 0.08
HSL 207.86º 0.78% 0.65% -
HSV(B) 207.86º 0.6% 0.92% -
XYZ 34.09 37.18 83.98 -
YUV 154.99 173.15 85.21 -
System Red Green Blue C M Y K H S L
Decimal 95 170 235 0.60 0.28 0 0.08 207.86 0.78 0.65
Hex 5F AA EB 3C 1C 0 8 D0 4E 41
Octal 137 252 353 74 34 0 10 320 116 101
Binary 1011111 10101010 11101011 111100 11100 0 1000 11010000 1001110 1000001

Color Harmonies of #5FAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAAEB

Black with #5FAAEB

Text Example


Text Example

White with #5FAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,170,235); }

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

background-color css

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

 a { background-color: rgb(95,170,235); }

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

border-color css

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

 span { border-color: rgb(95,170,235); }

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