Html Css Color HEX #5ABBEF Malibu

📋 copy color: '#5ABBEF'

red 90 ◦ green 187 ◦ blue 239

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

Shades of Malibu #5ABBEF

Tints of Malibu #5ABBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 17.44%
G = 36.24%
B = 46.32%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5ABBEF (or 0x5ABBEF) is known color: Malibu. HEX triplet: 5A, BB and EF. RGB value is (90,187,239). Sum of RGB (Red+Green+Blue) = 90+187+239=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ABBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABBEF is #A54410. Grayscale: #A3A3A3. Windows color (decimal): -10830865 or 15711066. OLE color: 15711066.

HSL color Cylindrical-coordinate representation of color #5ABBEF: hue angle of 200.94º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABBEF is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 187 239 -
CMYK 0.62 0.22 0 0.06
HSL 200.94º 0.82% 0.65% -
HSV(B) 200.94º 0.62% 0.94% -
XYZ 37.57 43.95 88.16 -
YUV 163.93 170.36 75.27 -
System Red Green Blue C M Y K H S L
Decimal 90 187 239 0.62 0.22 0 0.06 200.94 0.82 0.65
Hex 5A BB EF 3E 16 0 6 C9 52 41
Octal 132 273 357 76 26 0 6 311 122 101
Binary 1011010 10111011 11101111 111110 10110 0 110 11001001 1010010 1000001

Color Harmonies of #5ABBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBEF

Black with #5ABBEF

Text Example


Text Example

White with #5ABBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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