Html Css Color HEX #53AAEA Malibu

📋 copy color: '#53AAEA'

red 83 ◦ green 170 ◦ blue 234

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

Shades of Malibu #53AAEA

Tints of Malibu #53AAEA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.91%

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 17.04%
G = 34.91%
B = 48.05%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53AAEA (or 0x53AAEA) is known color: Malibu. HEX triplet: 53, AA and EA. RGB value is (83,170,234). Sum of RGB (Red+Green+Blue) = 83+170+234=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #53AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53AAEA is #AC5515. Grayscale: #969696. Windows color (decimal): -11293974 or 15379027. OLE color: 15379027.

HSL color Cylindrical-coordinate representation of color #53AAEA: hue angle of 205.43º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53AAEA is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 170 234 -
CMYK 0.65 0.27 0 0.08
HSL 205.43º 0.78% 0.62% -
HSV(B) 205.43º 0.65% 0.92% -
XYZ 32.79 36.53 83.16 -
YUV 151.28 174.68 79.3 -
System Red Green Blue C M Y K H S L
Decimal 83 170 234 0.65 0.27 0 0.08 205.43 0.78 0.62
Hex 53 AA EA 41 1B 0 8 CD 4E 3E
Octal 123 252 352 101 33 0 10 315 116 76
Binary 1010011 10101010 11101010 1000001 11011 0 1000 11001101 1001110 111110

Color Harmonies of #53AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AAEA

Black with #53AAEA

Text Example


Text Example

White with #53AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,170,234); }

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

background-color css

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

 a { background-color: rgb(83,170,234); }

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

border-color css

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

 span { border-color: rgb(83,170,234); }

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