Html Css Color HEX #5ABDEC Malibu

📋 copy color: '#5ABDEC'

red 90 ◦ green 189 ◦ blue 236

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

Shades of Malibu #5ABDEC

Tints of Malibu #5ABDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.7%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 17.48%
G = 36.7%
B = 45.83%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ABDEC (or 0x5ABDEC) is known color: Malibu. HEX triplet: 5A, BD and EC. RGB value is (90,189,236). Sum of RGB (Red+Green+Blue) = 90+189+236=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ABDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDEC is #A54213. Grayscale: #A4A4A4. Windows color (decimal): -10830356 or 15514970. OLE color: 15514970.

HSL color Cylindrical-coordinate representation of color #5ABDEC: hue angle of 199.32º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABDEC is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 189 236 -
CMYK 0.62 0.20 0 0.07
HSL 199.32º 0.79% 0.64% -
HSV(B) 199.32º 0.62% 0.93% -
XYZ 37.55 44.62 85.99 -
YUV 164.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 90 189 236 0.62 0.20 0 0.07 199.32 0.79 0.64
Hex 5A BD EC 3E 14 0 7 C7 4F 40
Octal 132 275 354 76 24 0 7 307 117 100
Binary 1011010 10111101 11101100 111110 10100 0 111 11000111 1001111 1000000

Color Harmonies of #5ABDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDEC

Black with #5ABDEC

Text Example


Text Example

White with #5ABDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,236); }

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

background-color css

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

 a { background-color: rgb(90,189,236); }

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

border-color css

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

 span { border-color: rgb(90,189,236); }

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