Html Css Color HEX #53ADFE Cornflower Blue

📋 copy color: '#53ADFE'

red 83 ◦ green 173 ◦ blue 254

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

Shades of Cornflower Blue #53ADFE

Tints of Cornflower Blue #53ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 16.27%
G = 33.92%
B = 49.8%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53ADFE (or 0x53ADFE) is known color: Cornflower Blue. HEX triplet: 53, AD and FE. RGB value is (83,173,254). Sum of RGB (Red+Green+Blue) = 83+173+254=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #53ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ADFE is #AC5201. Grayscale: #9A9A9A. Windows color (decimal): -11293186 or 16690515. OLE color: 16690515.

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

Color convert

RGB 83 173 254 -
CMYK 0.67 0.32 0 0.00
HSL 208.42º 0.99% 0.66% -
HSV(B) 208.42º 0.67% 1% -
XYZ 36.4 38.88 99.35 -
YUV 155.32 183.68 76.41 -
System Red Green Blue C M Y K H S L
Decimal 83 173 254 0.67 0.32 0 0.00 208.42 0.99 0.66
Hex 53 AD FE 43 20 0 0 D0 63 42
Octal 123 255 376 103 40 0 0 320 143 102
Binary 1010011 10101101 11111110 1000011 100000 0 0 11010000 1100011 1000010

Color Harmonies of #53ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADFE

Black with #53ADFE

Text Example


Text Example

White with #53ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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