Html Css Color HEX #5ABFEF Malibu

📋 copy color: '#5ABFEF'

red 90 ◦ green 191 ◦ blue 239

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

Shades of Malibu #5ABFEF

Tints of Malibu #5ABFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 17.31%
G = 36.73%
B = 45.96%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5ABFEF (or 0x5ABFEF) is known color: Malibu. HEX triplet: 5A, BF and EF. RGB value is (90,191,239). Sum of RGB (Red+Green+Blue) = 90+191+239=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ABFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFEF is #A54010. Grayscale: #A5A5A5. Windows color (decimal): -10829841 or 15712090. OLE color: 15712090.

HSL color Cylindrical-coordinate representation of color #5ABFEF: hue angle of 199.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABFEF is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 191 239 -
CMYK 0.62 0.20 0 0.06
HSL 199.33º 0.82% 0.65% -
HSV(B) 199.33º 0.62% 0.94% -
XYZ 38.43 45.67 88.45 -
YUV 166.27 169.04 73.6 -
System Red Green Blue C M Y K H S L
Decimal 90 191 239 0.62 0.20 0 0.06 199.33 0.82 0.65
Hex 5A BF EF 3E 14 0 6 C7 52 41
Octal 132 277 357 76 24 0 6 307 122 101
Binary 1011010 10111111 11101111 111110 10100 0 110 11000111 1010010 1000001

Color Harmonies of #5ABFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFEF

Black with #5ABFEF

Text Example


Text Example

White with #5ABFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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