Html Css Color HEX #52ADFE Cornflower Blue

📋 copy color: '#52ADFE'

red 82 ◦ green 173 ◦ blue 254

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

Shades of Cornflower Blue #52ADFE

Tints of Cornflower Blue #52ADFE

RGB

 RED value IS 82 (32.42% from 255) = 16.11%

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

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

R = 16.11%
G = 33.99%
B = 49.9%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#52ADFE (or 0x52ADFE) is known color: Cornflower Blue. HEX triplet: 52, AD and FE. RGB value is (82,173,254). Sum of RGB (Red+Green+Blue) = 82+173+254=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #52ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ADFE is #AD5201. Grayscale: #9A9A9A. Windows color (decimal): -11358722 or 16690514. OLE color: 16690514.

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

Color convert

RGB 82 173 254 -
CMYK 0.68 0.32 0 0.00
HSL 208.26º 0.99% 0.66% -
HSV(B) 208.26º 0.68% 1% -
XYZ 36.31 38.84 99.35 -
YUV 155.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 82 173 254 0.68 0.32 0 0.00 208.26 0.99 0.66
Hex 52 AD FE 44 20 0 0 D0 63 42
Octal 122 255 376 104 40 0 0 320 143 102
Binary 1010010 10101101 11111110 1000100 100000 0 0 11010000 1100011 1000010

Color Harmonies of #52ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADFE

Black with #52ADFE

Text Example


Text Example

White with #52ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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