#71A9FE

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

Shades of Cornflower Blue #71A9FE

Tints of Cornflower Blue #71A9FE

Color information

#71A9FE (or 0x71A9FE) is unknown color: approx Cornflower Blue. HEX triplet: 71, A9 and FE. RGB value is (113,169,254). Sum of RGB (Red+Green+Blue) = 113+169+254=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #71A9FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A9FE is #8E5601. Grayscale: #A1A1A1. Windows color (decimal): -9328130 or 16689521. OLE color: 16689521.

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

Color convert

RGB113169254-
CMYK0.560.3300.00
HSL216.17º98.6%71.96%-
HSV(B)216.17º55.51%99.61%-
XYZ38.8939.0499.25-
YUV161.95179.9593.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.08%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=21.08%
G=31.53%
B=47.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1131692540.560.3300.00216.1798.671.96
Hex71A9FE382100d86348
Octal161251376704100330143110
Binary11100011010100111111110111000100001001101100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,169,254); }

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

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

 a { background-color: rgb(113,169,254); }

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

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

 span { border-color: rgb(113,169,254); }

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