Html Css Color HEX #5FABE5 Malibu

📋 copy color: '#5FABE5'

red 95 ◦ green 171 ◦ blue 229

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

Shades of Malibu #5FABE5

Tints of Malibu #5FABE5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.55%

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 19.19%
G = 34.55%
B = 46.26%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5FABE5 (or 0x5FABE5) is known color: Malibu. HEX triplet: 5F, AB and E5. RGB value is (95,171,229). Sum of RGB (Red+Green+Blue) = 95+171+229=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #5FABE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABE5 is #A0541A. Grayscale: #9A9A9A. Windows color (decimal): -10507291 or 15051615. OLE color: 15051615.

HSL color Cylindrical-coordinate representation of color #5FABE5: hue angle of 205.97º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FABE5 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 95 171 229 -
CMYK 0.59 0.25 0 0.10
HSL 205.97º 0.72% 0.64% -
HSV(B) 205.97º 0.59% 0.9% -
XYZ 33.43 37.22 79.55 -
YUV 154.89 169.82 85.28 -
System Red Green Blue C M Y K H S L
Decimal 95 171 229 0.59 0.25 0 0.10 205.97 0.72 0.64
Hex 5F AB E5 3B 19 0 A CE 48 40
Octal 137 253 345 73 31 0 12 316 110 100
Binary 1011111 10101011 11100101 111011 11001 0 1010 11001110 1001000 1000000

Color Harmonies of #5FABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FABE5

Black with #5FABE5

Text Example


Text Example

White with #5FABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,171,229); }

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

background-color css

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

 a { background-color: rgb(95,171,229); }

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

border-color css

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

 span { border-color: rgb(95,171,229); }

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