Html Css Color HEX #53ACE9 Malibu

📋 copy color: '#53ACE9'

red 83 ◦ green 172 ◦ blue 233

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

Shades of Malibu #53ACE9

Tints of Malibu #53ACE9

RGB

 RED value IS 83 (32.81% from 255) = 17.01%

 GREEN value IS 172 (67.58% from 255) = 35.25%

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

R = 17.01%
G = 35.25%
B = 47.75%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#53ACE9 (or 0x53ACE9) is known color: Malibu. HEX triplet: 53, AC and E9. RGB value is (83,172,233). Sum of RGB (Red+Green+Blue) = 83+172+233=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #53ACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACE9 is #AC5316. Grayscale: #989898. Windows color (decimal): -11293463 or 15314003. OLE color: 15314003.

HSL color Cylindrical-coordinate representation of color #53ACE9: hue angle of 204.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53ACE9 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 172 233 -
CMYK 0.64 0.26 0 0.09
HSL 204.4º 0.77% 0.62% -
HSV(B) 204.4º 0.64% 0.91% -
XYZ 33.03 37.23 82.54 -
YUV 152.34 173.51 78.54 -
System Red Green Blue C M Y K H S L
Decimal 83 172 233 0.64 0.26 0 0.09 204.4 0.77 0.62
Hex 53 AC E9 40 1A 0 9 CC 4D 3E
Octal 123 254 351 100 32 0 11 314 115 76
Binary 1010011 10101100 11101001 1000000 11010 0 1001 11001100 1001101 111110

Color Harmonies of #53ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACE9

Black with #53ACE9

Text Example


Text Example

White with #53ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53ACE9; }

 p { color: rgb(83,172,233); }

 H1.HeaderClassName
 {
   color: #53ACE9;
 }
 .AnyTagClassName
 {
   color: #53ACE9;
 }
</style>

background-color css

<style>
 a { background-color: #53ACE9; }

 a { background-color: rgb(83,172,233); }

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

border-color css

<style>
 span { border-color: #53ACE9; }

 span { border-color: rgb(83,172,233); }

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