Html Css Color HEX #53AEDD Malibu

📋 copy color: '#53AEDD'

red 83 ◦ green 174 ◦ blue 221

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

Shades of Malibu #53AEDD

Tints of Malibu #53AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.4%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 17.36%
G = 36.4%
B = 46.23%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53AEDD (or 0x53AEDD) is known color: Malibu. HEX triplet: 53, AE and DD. RGB value is (83,174,221). Sum of RGB (Red+Green+Blue) = 83+174+221=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #53AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AEDD is #AC5122. Grayscale: #979797. Windows color (decimal): -11292963 or 14528083. OLE color: 14528083.

HSL color Cylindrical-coordinate representation of color #53AEDD: hue angle of 200.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53AEDD is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 174 221 -
CMYK 0.62 0.21 0 0.13
HSL 200.43º 0.67% 0.6% -
HSV(B) 200.43º 0.62% 0.87% -
XYZ 31.75 37.33 73.94 -
YUV 152.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 83 174 221 0.62 0.21 0 0.13 200.43 0.67 0.6
Hex 53 AE DD 3E 15 0 D C8 43 3C
Octal 123 256 335 76 25 0 15 310 103 74
Binary 1010011 10101110 11011101 111110 10101 0 1101 11001000 1000011 111100

Color Harmonies of #53AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AEDD

Black with #53AEDD

Text Example


Text Example

White with #53AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,174,221); }

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

background-color css

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

 a { background-color: rgb(83,174,221); }

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

border-color css

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

 span { border-color: rgb(83,174,221); }

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