Html Css Color HEX #5ABFDD Malibu

📋 copy color: '#5ABFDD'

red 90 ◦ green 191 ◦ blue 221

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

Shades of Malibu #5ABFDD

Tints of Malibu #5ABFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 17.93%
G = 38.05%
B = 44.02%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ABFDD (or 0x5ABFDD) is known color: Malibu. HEX triplet: 5A, BF and DD. RGB value is (90,191,221). Sum of RGB (Red+Green+Blue) = 90+191+221=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ABFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFDD is #A54022. Grayscale: #A4A4A4. Windows color (decimal): -10829859 or 14532442. OLE color: 14532442.

HSL color Cylindrical-coordinate representation of color #5ABFDD: hue angle of 193.74º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABFDD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 191 221 -
CMYK 0.59 0.14 0 0.13
HSL 193.74º 0.66% 0.61% -
HSV(B) 193.74º 0.59% 0.87% -
XYZ 35.9 44.66 75.13 -
YUV 164.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 90 191 221 0.59 0.14 0 0.13 193.74 0.66 0.61
Hex 5A BF DD 3B E 0 D C2 42 3D
Octal 132 277 335 73 16 0 15 302 102 75
Binary 1011010 10111111 11011101 111011 1110 0 1101 11000010 1000010 111101

Color Harmonies of #5ABFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFDD

Black with #5ABFDD

Text Example


Text Example

White with #5ABFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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