#71A6FF

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

Shades of Cornflower Blue #71A6FF

Tints of Cornflower Blue #71A6FF

Color information

#71A6FF (or 0x71A6FF) is unknown color: approx Cornflower Blue. HEX triplet: 71, A6 and FF. RGB value is (113,166,255). Sum of RGB (Red+Green+Blue) = 113+166+255=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #71A6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A6FF is #8E5900. Grayscale: #9F9F9F. Windows color (decimal): -9328897 or 16754289. OLE color: 16754289.

HSL color Cylindrical-coordinate representation of color #71A6FF: hue angle of 217.61º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71A6FF is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB113166255-
CMYK0.560.3500
HSL217.61º100%72.16%-
HSV(B)217.61º55.69%100%-
XYZ38.53899.91-
YUV160.3181.4494.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.16%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 255 (100% from 255) = 47.75%
R=21.16%
G=31.09%
B=47.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1131662550.560.3500217.6110072.16
Hex71A6FF382300da6448
Octal161246377704300332144110
Binary11100011010011011111111111000100011001101101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A6FF; }

 p { color: rgb(113,166,255); }

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

<style>
 a { background-color: #71A6FF; }

 a { background-color: rgb(113,166,255); }

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

<style>
 span { border-color: #71A6FF; }

 span { border-color: rgb(113,166,255); }

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