Html Css Color HEX #56ADFE Cornflower Blue

📋 copy color: '#56ADFE'

red 86 ◦ green 173 ◦ blue 254

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

Shades of Cornflower Blue #56ADFE

Tints of Cornflower Blue #56ADFE

RGB

 RED value IS 86 (33.98% from 255) = 16.76%

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

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

R = 16.76%
G = 33.72%
B = 49.51%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56ADFE (or 0x56ADFE) is known color: Cornflower Blue. HEX triplet: 56, AD and FE. RGB value is (86,173,254). Sum of RGB (Red+Green+Blue) = 86+173+254=513 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.76% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #56ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ADFE is #A95201. Grayscale: #9B9B9B. Windows color (decimal): -11096578 or 16690518. OLE color: 16690518.

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

Color convert

RGB 86 173 254 -
CMYK 0.66 0.32 0 0.00
HSL 208.93º 0.99% 0.67% -
HSV(B) 208.93º 0.66% 1% -
XYZ 36.67 39.02 99.37 -
YUV 156.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 86 173 254 0.66 0.32 0 0.00 208.93 0.99 0.67
Hex 56 AD FE 42 20 0 0 D1 63 43
Octal 126 255 376 102 40 0 0 321 143 103
Binary 1010110 10101101 11111110 1000010 100000 0 0 11010001 1100011 1000011

Color Harmonies of #56ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ADFE

Black with #56ADFE

Text Example


Text Example

White with #56ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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