Html Css Color HEX #53ACE7 Malibu

📋 copy color: '#53ACE7'

red 83 ◦ green 172 ◦ blue 231

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

Shades of Malibu #53ACE7

Tints of Malibu #53ACE7

RGB

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

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

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

R = 17.08%
G = 35.39%
B = 47.53%

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

#53ACE7 (or 0x53ACE7) is known color: Malibu. HEX triplet: 53, AC and E7. RGB value is (83,172,231). Sum of RGB (Red+Green+Blue) = 83+172+231=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #53ACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACE7 is #AC5318. Grayscale: #979797. Windows color (decimal): -11293465 or 15182931. OLE color: 15182931.

HSL color Cylindrical-coordinate representation of color #53ACE7: hue angle of 203.92º degrees, saturation: 0.76, 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 #53ACE7 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 172 231 -
CMYK 0.64 0.26 0 0.09
HSL 203.92º 0.76% 0.62% -
HSV(B) 203.92º 0.64% 0.91% -
XYZ 32.74 37.11 81.04 -
YUV 152.12 172.51 78.7 -
System Red Green Blue C M Y K H S L
Decimal 83 172 231 0.64 0.26 0 0.09 203.92 0.76 0.62
Hex 53 AC E7 40 1A 0 9 CC 4C 3E
Octal 123 254 347 100 32 0 11 314 114 76
Binary 1010011 10101100 11100111 1000000 11010 0 1001 11001100 1001100 111110

Color Harmonies of #53ACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACE7

Black with #53ACE7

Text Example


Text Example

White with #53ACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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