Html Css Color HEX #5AC2E7 Malibu

📋 copy color: '#5AC2E7'

red 90 ◦ green 194 ◦ blue 231

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

Shades of Malibu #5AC2E7

Tints of Malibu #5AC2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.85%

R = 17.48%
G = 37.67%
B = 44.85%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5AC2E7 (or 0x5AC2E7) is known color: Malibu. HEX triplet: 5A, C2 and E7. RGB value is (90,194,231). Sum of RGB (Red+Green+Blue) = 90+194+231=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #5AC2E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC2E7 is #A53D18. Grayscale: #A6A6A6. Windows color (decimal): -10829081 or 15188570. OLE color: 15188570.

HSL color Cylindrical-coordinate representation of color #5AC2E7: hue angle of 195.74º degrees, saturation: 0.75, 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 #5AC2E7 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 194 231 -
CMYK 0.61 0.16 0 0.09
HSL 195.74º 0.75% 0.63% -
HSV(B) 195.74º 0.61% 0.91% -
XYZ 37.93 46.53 82.58 -
YUV 167.12 164.04 72.99 -
System Red Green Blue C M Y K H S L
Decimal 90 194 231 0.61 0.16 0 0.09 195.74 0.75 0.63
Hex 5A C2 E7 3D 10 0 9 C4 4B 3F
Octal 132 302 347 75 20 0 11 304 113 77
Binary 1011010 11000010 11100111 111101 10000 0 1001 11000100 1001011 111111

Color Harmonies of #5AC2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC2E7

Black with #5AC2E7

Text Example


Text Example

White with #5AC2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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