Html Css Color HEX #5ABFEA Malibu

📋 copy color: '#5ABFEA'

red 90 ◦ green 191 ◦ blue 234

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

Shades of Malibu #5ABFEA

Tints of Malibu #5ABFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 17.48%
G = 37.09%
B = 45.44%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ABFEA (or 0x5ABFEA) is known color: Malibu. HEX triplet: 5A, BF and EA. RGB value is (90,191,234). Sum of RGB (Red+Green+Blue) = 90+191+234=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ABFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFEA is #A54015. Grayscale: #A5A5A5. Windows color (decimal): -10829846 or 15384410. OLE color: 15384410.

HSL color Cylindrical-coordinate representation of color #5ABFEA: hue angle of 197.92º degrees, saturation: 0.77, 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 #5ABFEA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 191 234 -
CMYK 0.62 0.18 0 0.08
HSL 197.92º 0.77% 0.64% -
HSV(B) 197.92º 0.62% 0.92% -
XYZ 37.7 45.38 84.61 -
YUV 165.7 166.54 74 -
System Red Green Blue C M Y K H S L
Decimal 90 191 234 0.62 0.18 0 0.08 197.92 0.77 0.64
Hex 5A BF EA 3E 12 0 8 C6 4D 40
Octal 132 277 352 76 22 0 10 306 115 100
Binary 1011010 10111111 11101010 111110 10010 0 1000 11000110 1001101 1000000

Color Harmonies of #5ABFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFEA

Black with #5ABFEA

Text Example


Text Example

White with #5ABFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,191,234); }

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

background-color css

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

 a { background-color: rgb(90,191,234); }

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

border-color css

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

 span { border-color: rgb(90,191,234); }

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