Html Css Color HEX #53A6FD Cornflower Blue

📋 copy color: '#53A6FD'

red 83 ◦ green 166 ◦ blue 253

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

Shades of Cornflower Blue #53A6FD

Tints of Cornflower Blue #53A6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.07%

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 16.53%
G = 33.07%
B = 50.4%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53A6FD (or 0x53A6FD) is known color: Cornflower Blue. HEX triplet: 53, A6 and FD. RGB value is (83,166,253). Sum of RGB (Red+Green+Blue) = 83+166+253=502 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.53% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #53A6FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A6FD is #AC5902. Grayscale: #969696. Windows color (decimal): -11294979 or 16623187. OLE color: 16623187.

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

Color convert

RGB 83 166 253 -
CMYK 0.67 0.34 0 0.01
HSL 210.71º 0.98% 0.66% -
HSV(B) 210.71º 0.67% 0.99% -
XYZ 34.93 36.2 98.08 -
YUV 151.1 185.5 79.43 -
System Red Green Blue C M Y K H S L
Decimal 83 166 253 0.67 0.34 0 0.01 210.71 0.98 0.66
Hex 53 A6 FD 43 22 0 1 D3 62 42
Octal 123 246 375 103 42 0 1 323 142 102
Binary 1010011 10100110 11111101 1000011 100010 0 1 11010011 1100010 1000010

Color Harmonies of #53A6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A6FD

Black with #53A6FD

Text Example


Text Example

White with #53A6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,166,253); }

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

background-color css

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

 a { background-color: rgb(83,166,253); }

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

border-color css

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

 span { border-color: rgb(83,166,253); }

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