Html Css Color HEX #53AEFF Cornflower Blue

📋 copy color: '#53AEFF'

red 83 ◦ green 174 ◦ blue 255

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

Shades of Cornflower Blue #53AEFF

Tints of Cornflower Blue #53AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.98%

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

R = 16.21%
G = 33.98%
B = 49.8%

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

#53AEFF (or 0x53AEFF) is known color: Cornflower Blue. HEX triplet: 53, AE and FF. RGB value is (83,174,255). Sum of RGB (Red+Green+Blue) = 83+174+255=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #53AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53AEFF is #AC5100. Grayscale: #9B9B9B. Windows color (decimal): -11292929 or 16756307. OLE color: 16756307.

HSL color Cylindrical-coordinate representation of color #53AEFF: hue angle of 208.26º 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 #53AEFF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 174 255 -
CMYK 0.67 0.32 0 0
HSL 208.26º 1% 0.66% -
HSV(B) 208.26º 0.67% 1% -
XYZ 36.75 39.33 100.26 -
YUV 156.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 83 174 255 0.67 0.32 0 0 208.26 1 0.66
Hex 53 AE FF 43 20 0 0 D0 64 42
Octal 123 256 377 103 40 0 0 320 144 102
Binary 1010011 10101110 11111111 1000011 100000 0 0 11010000 1100100 1000010

Color Harmonies of #53AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AEFF

Black with #53AEFF

Text Example


Text Example

White with #53AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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