Html Css Color HEX #5AC2E9 Malibu

📋 copy color: '#5AC2E9'

red 90 ◦ green 194 ◦ blue 233

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

Shades of Malibu #5AC2E9

Tints of Malibu #5AC2E9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 233 (91.41% from 255) = 45.07%

R = 17.41%
G = 37.52%
B = 45.07%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5AC2E9 (or 0x5AC2E9) is known color: Malibu. HEX triplet: 5A, C2 and E9. RGB value is (90,194,233). Sum of RGB (Red+Green+Blue) = 90+194+233=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #5AC2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC2E9 is #A53D16. Grayscale: #A7A7A7. Windows color (decimal): -10829079 or 15319642. OLE color: 15319642.

HSL color Cylindrical-coordinate representation of color #5AC2E9: hue angle of 196.36º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC2E9 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 194 233 -
CMYK 0.61 0.17 0 0.09
HSL 196.36º 0.76% 0.63% -
HSV(B) 196.36º 0.61% 0.91% -
XYZ 38.22 46.64 84.08 -
YUV 167.35 165.04 72.83 -
System Red Green Blue C M Y K H S L
Decimal 90 194 233 0.61 0.17 0 0.09 196.36 0.76 0.63
Hex 5A C2 E9 3D 11 0 9 C4 4C 3F
Octal 132 302 351 75 21 0 11 304 114 77
Binary 1011010 11000010 11101001 111101 10001 0 1001 11000100 1001100 111111

Color Harmonies of #5AC2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC2E9

Black with #5AC2E9

Text Example


Text Example

White with #5AC2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,194,233); }

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

background-color css

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

 a { background-color: rgb(90,194,233); }

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

border-color css

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

 span { border-color: rgb(90,194,233); }

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