Html Css Color HEX #71A1EC Cornflower Blue

📋 copy color: '#71A1EC'

red 113 ◦ green 161 ◦ blue 236

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

Shades of Cornflower Blue #71A1EC

Tints of Cornflower Blue #71A1EC

RGB

 RED value IS 113 (44.53% from 255) = 22.16%

 GREEN value IS 161 (63.28% from 255) = 31.57%

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 22.16%
G = 31.57%
B = 46.27%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71A1EC (or 0x71A1EC) is known color: Cornflower Blue. HEX triplet: 71, A1 and EC. RGB value is (113,161,236). Sum of RGB (Red+Green+Blue) = 113+161+236=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #71A1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A1EC is #8E5E13. Grayscale: #9A9A9A. Windows color (decimal): -9330196 or 15507825. OLE color: 15507825.

HSL color Cylindrical-coordinate representation of color #71A1EC: hue angle of 216.59º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71A1EC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 161 236 -
CMYK 0.52 0.32 0 0.07
HSL 216.59º 0.76% 0.68% -
HSV(B) 216.59º 0.52% 0.93% -
XYZ 34.7 35.06 84.29 -
YUV 155.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 113 161 236 0.52 0.32 0 0.07 216.59 0.76 0.68
Hex 71 A1 EC 34 20 0 7 D9 4C 44
Octal 161 241 354 64 40 0 7 331 114 104
Binary 1110001 10100001 11101100 110100 100000 0 111 11011001 1001100 1000100

Color Harmonies of #71A1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A1EC

Black with #71A1EC

Text Example


Text Example

White with #71A1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,161,236); }

 H1.HeaderClassName
 {
   color: #71A1EC;
 }
 .AnyTagClassName
 {
   color: #71A1EC;
 }
</style>

background-color css

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

 a { background-color: rgb(113,161,236); }

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

border-color css

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

 span { border-color: rgb(113,161,236); }

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