Html Css Color HEX #5ABBDF Malibu

📋 copy color: '#5ABBDF'

red 90 ◦ green 187 ◦ blue 223

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

Shades of Malibu #5ABBDF

Tints of Malibu #5ABBDF

RGB

 RED value IS 90 (35.55% from 255) = 18%

 GREEN value IS 187 (73.44% from 255) = 37.4%

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 18%
G = 37.4%
B = 44.6%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ABBDF (or 0x5ABBDF) is known color: Malibu. HEX triplet: 5A, BB and DF. RGB value is (90,187,223). Sum of RGB (Red+Green+Blue) = 90+187+223=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ABBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBDF is #A54420. Grayscale: #A1A1A1. Windows color (decimal): -10830881 or 14662490. OLE color: 14662490.

HSL color Cylindrical-coordinate representation of color #5ABBDF: hue angle of 196.24º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABBDF is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 187 223 -
CMYK 0.60 0.16 0 0.13
HSL 196.24º 0.68% 0.61% -
HSV(B) 196.24º 0.6% 0.87% -
XYZ 35.31 43.04 76.26 -
YUV 162.1 162.36 76.57 -
System Red Green Blue C M Y K H S L
Decimal 90 187 223 0.60 0.16 0 0.13 196.24 0.68 0.61
Hex 5A BB DF 3C 10 0 D C4 44 3D
Octal 132 273 337 74 20 0 15 304 104 75
Binary 1011010 10111011 11011111 111100 10000 0 1101 11000100 1000100 111101

Color Harmonies of #5ABBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBDF

Black with #5ABBDF

Text Example


Text Example

White with #5ABBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,187,223); }

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

background-color css

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

 a { background-color: rgb(90,187,223); }

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

border-color css

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

 span { border-color: rgb(90,187,223); }

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