Html Css Color HEX #53ADFF Cornflower Blue

📋 copy color: '#53ADFF'

red 83 ◦ green 173 ◦ blue 255

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

Shades of Cornflower Blue #53ADFF

Tints of Cornflower Blue #53ADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 16.24%
G = 33.86%
B = 49.9%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53ADFF (or 0x53ADFF) is known color: Cornflower Blue. HEX triplet: 53, AD and FF. RGB value is (83,173,255). Sum of RGB (Red+Green+Blue) = 83+173+255=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #53ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ADFF is #AC5200. Grayscale: #9B9B9B. Windows color (decimal): -11293185 or 16756051. OLE color: 16756051.

HSL color Cylindrical-coordinate representation of color #53ADFF: hue angle of 208.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53ADFF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 173 255 -
CMYK 0.67 0.32 0 0
HSL 208.6º 1% 0.66% -
HSV(B) 208.6º 0.67% 1% -
XYZ 36.56 38.95 100.2 -
YUV 155.44 184.18 76.33 -
System Red Green Blue C M Y K H S L
Decimal 83 173 255 0.67 0.32 0 0 208.6 1 0.66
Hex 53 AD FF 43 20 0 0 D1 64 42
Octal 123 255 377 103 40 0 0 321 144 102
Binary 1010011 10101101 11111111 1000011 100000 0 0 11010001 1100100 1000010

Color Harmonies of #53ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADFF

Black with #53ADFF

Text Example


Text Example

White with #53ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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