Html Css Color HEX #53AFDF Malibu

📋 copy color: '#53AFDF'

red 83 ◦ green 175 ◦ blue 223

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

Shades of Malibu #53AFDF

Tints of Malibu #53AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

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

R = 17.26%
G = 36.38%
B = 46.36%

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

#53AFDF (or 0x53AFDF) is known color: Malibu. HEX triplet: 53, AF and DF. RGB value is (83,175,223). Sum of RGB (Red+Green+Blue) = 83+175+223=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #53AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFDF is #AC5020. Grayscale: #989898. Windows color (decimal): -11292705 or 14659411. OLE color: 14659411.

HSL color Cylindrical-coordinate representation of color #53AFDF: hue angle of 200.57º 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 #53AFDF is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 175 223 -
CMYK 0.63 0.22 0 0.13
HSL 200.57º 0.69% 0.6% -
HSV(B) 200.57º 0.63% 0.87% -
XYZ 32.22 37.83 75.42 -
YUV 152.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 83 175 223 0.63 0.22 0 0.13 200.57 0.69 0.6
Hex 53 AF DF 3F 16 0 D C9 45 3C
Octal 123 257 337 77 26 0 15 311 105 74
Binary 1010011 10101111 11011111 111111 10110 0 1101 11001001 1000101 111100

Color Harmonies of #53AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AFDF

Black with #53AFDF

Text Example


Text Example

White with #53AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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