Html Css Color HEX #53ACE6 Malibu

📋 copy color: '#53ACE6'

red 83 ◦ green 172 ◦ blue 230

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

Shades of Malibu #53ACE6

Tints of Malibu #53ACE6

RGB

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

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

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

R = 17.11%
G = 35.46%
B = 47.42%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#53ACE6 (or 0x53ACE6) is known color: Malibu. HEX triplet: 53, AC and E6. RGB value is (83,172,230). Sum of RGB (Red+Green+Blue) = 83+172+230=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #53ACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACE6 is #AC5319. Grayscale: #979797. Windows color (decimal): -11293466 or 15117395. OLE color: 15117395.

HSL color Cylindrical-coordinate representation of color #53ACE6: hue angle of 203.67º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53ACE6 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 172 230 -
CMYK 0.64 0.25 0 0.10
HSL 203.67º 0.75% 0.61% -
HSV(B) 203.67º 0.64% 0.9% -
XYZ 32.6 37.06 80.3 -
YUV 152 172.01 78.78 -
System Red Green Blue C M Y K H S L
Decimal 83 172 230 0.64 0.25 0 0.10 203.67 0.75 0.61
Hex 53 AC E6 40 19 0 A CC 4B 3D
Octal 123 254 346 100 31 0 12 314 113 75
Binary 1010011 10101100 11100110 1000000 11001 0 1010 11001100 1001011 111101

Color Harmonies of #53ACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACE6

Black with #53ACE6

Text Example


Text Example

White with #53ACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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