#55ADFE

Color #55ADFE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #55ADFE

Tints of Cornflower Blue #55ADFE

Color information

#55ADFE (or 0x55ADFE) is unknown color: approx Cornflower Blue. HEX triplet: 55, AD and FE. RGB value is (85,173,254). Sum of RGB (Red+Green+Blue) = 85+173+254=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #55ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ADFE is #AA5201. Grayscale: #9B9B9B. Windows color (decimal): -11162114 or 16690517. OLE color: 16690517.

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

Color convert

RGB85173254-
CMYK0.670.3200.00
HSL208.76º98.83%66.47%-
HSV(B)208.76º66.54%99.61%-
XYZ36.5838.9799.36-
YUV155.92183.3577.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.60%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=16.60%
G=33.79%
B=49.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851732540.670.3200.00208.7698.8366.47
Hex55ADFE432000d16342
Octal1252553761034000321143102
Binary101010110101101111111101000011100000001101000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55ADFE;
 }
 .AnyTagClassName
 {
   color: #55ADFE;
 }
</style>
background-color css

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

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

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

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

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

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