Html Css Color HEX #5ABCEF Malibu

📋 copy color: '#5ABCEF'

red 90 ◦ green 188 ◦ blue 239

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

Shades of Malibu #5ABCEF

Tints of Malibu #5ABCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

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

R = 17.41%
G = 36.36%
B = 46.23%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5ABCEF (or 0x5ABCEF) is known color: Malibu. HEX triplet: 5A, BC and EF. RGB value is (90,188,239). Sum of RGB (Red+Green+Blue) = 90+188+239=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ABCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCEF is #A54310. Grayscale: #A4A4A4. Windows color (decimal): -10830609 or 15711322. OLE color: 15711322.

HSL color Cylindrical-coordinate representation of color #5ABCEF: hue angle of 200.54º 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 #5ABCEF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 188 239 -
CMYK 0.62 0.21 0 0.06
HSL 200.54º 0.82% 0.65% -
HSV(B) 200.54º 0.62% 0.94% -
XYZ 37.78 44.37 88.23 -
YUV 164.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 90 188 239 0.62 0.21 0 0.06 200.54 0.82 0.65
Hex 5A BC EF 3E 15 0 6 C9 52 41
Octal 132 274 357 76 25 0 6 311 122 101
Binary 1011010 10111100 11101111 111110 10101 0 110 11001001 1010010 1000001

Color Harmonies of #5ABCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCEF

Black with #5ABCEF

Text Example


Text Example

White with #5ABCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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