Html Css Color HEX #5ABEEB Malibu

📋 copy color: '#5ABEEB'

red 90 ◦ green 190 ◦ blue 235

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

Shades of Malibu #5ABEEB

Tints of Malibu #5ABEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.89%

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 17.48%
G = 36.89%
B = 45.63%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ABEEB (or 0x5ABEEB) is known color: Malibu. HEX triplet: 5A, BE and EB. RGB value is (90,190,235). Sum of RGB (Red+Green+Blue) = 90+190+235=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ABEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABEEB is #A54114. Grayscale: #A4A4A4. Windows color (decimal): -10830101 or 15449690. OLE color: 15449690.

HSL color Cylindrical-coordinate representation of color #5ABEEB: hue angle of 198.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABEEB is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 190 235 -
CMYK 0.62 0.19 0 0.08
HSL 198.62º 0.78% 0.64% -
HSV(B) 198.62º 0.62% 0.92% -
XYZ 37.63 45 85.3 -
YUV 165.23 167.37 74.34 -
System Red Green Blue C M Y K H S L
Decimal 90 190 235 0.62 0.19 0 0.08 198.62 0.78 0.64
Hex 5A BE EB 3E 13 0 8 C7 4E 40
Octal 132 276 353 76 23 0 10 307 116 100
Binary 1011010 10111110 11101011 111110 10011 0 1000 11000111 1001110 1000000

Color Harmonies of #5ABEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEEB

Black with #5ABEEB

Text Example


Text Example

White with #5ABEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,190,235); }

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

background-color css

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

 a { background-color: rgb(90,190,235); }

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

border-color css

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

 span { border-color: rgb(90,190,235); }

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