Html Css Color HEX #53ADDF Malibu

📋 copy color: '#53ADDF'

red 83 ◦ green 173 ◦ blue 223

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

Shades of Malibu #53ADDF

Tints of Malibu #53ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.12%

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 17.33%
G = 36.12%
B = 46.56%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53ADDF (or 0x53ADDF) is known color: Malibu. HEX triplet: 53, AD and DF. RGB value is (83,173,223). Sum of RGB (Red+Green+Blue) = 83+173+223=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #53ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADDF is #AC5220. Grayscale: #979797. Windows color (decimal): -11293217 or 14658899. OLE color: 14658899.

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

Color convert

RGB 83 173 223 -
CMYK 0.63 0.22 0 0.13
HSL 201.43º 0.69% 0.6% -
HSV(B) 201.43º 0.63% 0.87% -
XYZ 31.83 37.05 75.29 -
YUV 151.79 168.18 78.93 -
System Red Green Blue C M Y K H S L
Decimal 83 173 223 0.63 0.22 0 0.13 201.43 0.69 0.6
Hex 53 AD DF 3F 16 0 D C9 45 3C
Octal 123 255 337 77 26 0 15 311 105 74
Binary 1010011 10101101 11011111 111111 10110 0 1101 11001001 1000101 111100

Color Harmonies of #53ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADDF

Black with #53ADDF

Text Example


Text Example

White with #53ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,223); }

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

background-color css

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

 a { background-color: rgb(83,173,223); }

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

border-color css

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

 span { border-color: rgb(83,173,223); }

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