Html Css Color HEX #5ABFDF Malibu

📋 copy color: '#5ABFDF'

red 90 ◦ green 191 ◦ blue 223

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

Shades of Malibu #5ABFDF

Tints of Malibu #5ABFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 17.86%
G = 37.9%
B = 44.25%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ABFDF (or 0x5ABFDF) is known color: Malibu. HEX triplet: 5A, BF and DF. RGB value is (90,191,223). Sum of RGB (Red+Green+Blue) = 90+191+223=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ABFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFDF is #A54020. Grayscale: #A4A4A4. Windows color (decimal): -10829857 or 14663514. OLE color: 14663514.

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

Color convert

RGB 90 191 223 -
CMYK 0.60 0.14 0 0.13
HSL 194.44º 0.68% 0.61% -
HSV(B) 194.44º 0.6% 0.87% -
XYZ 36.17 44.76 76.55 -
YUV 164.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 90 191 223 0.60 0.14 0 0.13 194.44 0.68 0.61
Hex 5A BF DF 3C E 0 D C2 44 3D
Octal 132 277 337 74 16 0 15 302 104 75
Binary 1011010 10111111 11011111 111100 1110 0 1101 11000010 1000100 111101

Color Harmonies of #5ABFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFDF

Black with #5ABFDF

Text Example


Text Example

White with #5ABFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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