Html Css Color HEX #5AC4DB Malibu

📋 copy color: '#5AC4DB'

red 90 ◦ green 196 ◦ blue 219

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

Shades of Malibu #5AC4DB

Tints of Malibu #5AC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.81%

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 17.82%
G = 38.81%
B = 43.37%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5AC4DB (or 0x5AC4DB) is known color: Malibu. HEX triplet: 5A, C4 and DB. RGB value is (90,196,219). Sum of RGB (Red+Green+Blue) = 90+196+219=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #5AC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC4DB is #A53B24. Grayscale: #A6A6A6. Windows color (decimal): -10828581 or 14402650. OLE color: 14402650.

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

Color convert

RGB 90 196 219 -
CMYK 0.59 0.11 0 0.14
HSL 190.7º 0.64% 0.61% -
HSV(B) 190.7º 0.59% 0.86% -
XYZ 36.74 46.77 74.11 -
YUV 166.93 157.38 73.13 -
System Red Green Blue C M Y K H S L
Decimal 90 196 219 0.59 0.11 0 0.14 190.7 0.64 0.61
Hex 5A C4 DB 3B B 0 E BF 40 3D
Octal 132 304 333 73 13 0 16 277 100 75
Binary 1011010 11000100 11011011 111011 1011 0 1110 10111111 1000000 111101

Color Harmonies of #5AC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC4DB

Black with #5AC4DB

Text Example


Text Example

White with #5AC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,196,219); }

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

background-color css

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

 a { background-color: rgb(90,196,219); }

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

border-color css

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

 span { border-color: rgb(90,196,219); }

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