Html Css Color HEX #5ABFEC Malibu

📋 copy color: '#5ABFEC'

red 90 ◦ green 191 ◦ blue 236

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

Shades of Malibu #5ABFEC

Tints of Malibu #5ABFEC

RGB

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

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

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

R = 17.41%
G = 36.94%
B = 45.65%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ABFEC (or 0x5ABFEC) is known color: Malibu. HEX triplet: 5A, BF and EC. RGB value is (90,191,236). Sum of RGB (Red+Green+Blue) = 90+191+236=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ABFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFEC is #A54013. Grayscale: #A5A5A5. Windows color (decimal): -10829844 or 15515482. OLE color: 15515482.

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

Color convert

RGB 90 191 236 -
CMYK 0.62 0.19 0 0.07
HSL 198.49º 0.79% 0.64% -
HSV(B) 198.49º 0.62% 0.93% -
XYZ 37.99 45.49 86.14 -
YUV 165.93 167.54 73.84 -
System Red Green Blue C M Y K H S L
Decimal 90 191 236 0.62 0.19 0 0.07 198.49 0.79 0.64
Hex 5A BF EC 3E 13 0 7 C6 4F 40
Octal 132 277 354 76 23 0 7 306 117 100
Binary 1011010 10111111 11101100 111110 10011 0 111 11000110 1001111 1000000

Color Harmonies of #5ABFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFEC

Black with #5ABFEC

Text Example


Text Example

White with #5ABFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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