Html Css Color HEX #5AC5EC Malibu

📋 copy color: '#5AC5EC'

red 90 ◦ green 197 ◦ blue 236

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

Shades of Malibu #5AC5EC

Tints of Malibu #5AC5EC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.67%

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 17.21%
G = 37.67%
B = 45.12%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AC5EC (or 0x5AC5EC) is known color: Malibu. HEX triplet: 5A, C5 and EC. RGB value is (90,197,236). Sum of RGB (Red+Green+Blue) = 90+197+236=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AC5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC5EC is #A53A13. Grayscale: #A9A9A9. Windows color (decimal): -10828308 or 15517018. OLE color: 15517018.

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

Color convert

RGB 90 197 236 -
CMYK 0.62 0.17 0 0.07
HSL 196.03º 0.79% 0.64% -
HSV(B) 196.03º 0.62% 0.93% -
XYZ 39.32 48.16 86.58 -
YUV 169.45 165.55 71.33 -
System Red Green Blue C M Y K H S L
Decimal 90 197 236 0.62 0.17 0 0.07 196.03 0.79 0.64
Hex 5A C5 EC 3E 11 0 7 C4 4F 40
Octal 132 305 354 76 21 0 7 304 117 100
Binary 1011010 11000101 11101100 111110 10001 0 111 11000100 1001111 1000000

Color Harmonies of #5AC5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC5EC

Black with #5AC5EC

Text Example


Text Example

White with #5AC5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,197,236); }

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

background-color css

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

 a { background-color: rgb(90,197,236); }

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

border-color css

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

 span { border-color: rgb(90,197,236); }

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