Html Css Color HEX #5AC2E6 Malibu

📋 copy color: '#5AC2E6'

red 90 ◦ green 194 ◦ blue 230

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

Shades of Malibu #5AC2E6

Tints of Malibu #5AC2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.75%

R = 17.51%
G = 37.74%
B = 44.75%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5AC2E6 (or 0x5AC2E6) is known color: Malibu. HEX triplet: 5A, C2 and E6. RGB value is (90,194,230). Sum of RGB (Red+Green+Blue) = 90+194+230=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #5AC2E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC2E6 is #A53D19. Grayscale: #A6A6A6. Windows color (decimal): -10829082 or 15123034. OLE color: 15123034.

HSL color Cylindrical-coordinate representation of color #5AC2E6: hue angle of 195.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC2E6 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 194 230 -
CMYK 0.61 0.16 0 0.10
HSL 195.43º 0.74% 0.63% -
HSV(B) 195.43º 0.61% 0.9% -
XYZ 37.79 46.47 81.84 -
YUV 167.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 90 194 230 0.61 0.16 0 0.10 195.43 0.74 0.63
Hex 5A C2 E6 3D 10 0 A C3 4A 3F
Octal 132 302 346 75 20 0 12 303 112 77
Binary 1011010 11000010 11100110 111101 10000 0 1010 11000011 1001010 111111

Color Harmonies of #5AC2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC2E6

Black with #5AC2E6

Text Example


Text Example

White with #5AC2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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