Html Css Color HEX #5ABFEE Malibu

📋 copy color: '#5ABFEE'

red 90 ◦ green 191 ◦ blue 238

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

Shades of Malibu #5ABFEE

Tints of Malibu #5ABFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 17.34%
G = 36.8%
B = 45.86%

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

#5ABFEE (or 0x5ABFEE) is known color: Malibu. HEX triplet: 5A, BF and EE. RGB value is (90,191,238). Sum of RGB (Red+Green+Blue) = 90+191+238=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ABFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFEE is #A54011. Grayscale: #A5A5A5. Windows color (decimal): -10829842 or 15646554. OLE color: 15646554.

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

Color convert

RGB 90 191 238 -
CMYK 0.62 0.20 0 0.07
HSL 199.05º 0.81% 0.64% -
HSV(B) 199.05º 0.62% 0.93% -
XYZ 38.28 45.61 87.67 -
YUV 166.16 168.54 73.68 -
System Red Green Blue C M Y K H S L
Decimal 90 191 238 0.62 0.20 0 0.07 199.05 0.81 0.64
Hex 5A BF EE 3E 14 0 7 C7 51 40
Octal 132 277 356 76 24 0 7 307 121 100
Binary 1011010 10111111 11101110 111110 10100 0 111 11000111 1010001 1000000

Color Harmonies of #5ABFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFEE

Black with #5ABFEE

Text Example


Text Example

White with #5ABFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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