Html Css Color HEX #71A0EC Cornflower Blue

📋 copy color: '#71A0EC'

red 113 ◦ green 160 ◦ blue 236

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

Shades of Cornflower Blue #71A0EC

Tints of Cornflower Blue #71A0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.43%

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

R = 22.2%
G = 31.43%
B = 46.37%

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

#71A0EC (or 0x71A0EC) is known color: Cornflower Blue. HEX triplet: 71, A0 and EC. RGB value is (113,160,236). Sum of RGB (Red+Green+Blue) = 113+160+236=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #71A0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A0EC is #8E5F13. Grayscale: #9A9A9A. Windows color (decimal): -9330452 or 15507569. OLE color: 15507569.

HSL color Cylindrical-coordinate representation of color #71A0EC: hue angle of 217.07º 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 #71A0EC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 160 236 -
CMYK 0.52 0.32 0 0.07
HSL 217.07º 0.76% 0.68% -
HSV(B) 217.07º 0.52% 0.93% -
XYZ 34.52 34.71 84.24 -
YUV 154.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 113 160 236 0.52 0.32 0 0.07 217.07 0.76 0.68
Hex 71 A0 EC 34 20 0 7 D9 4C 44
Octal 161 240 354 64 40 0 7 331 114 104
Binary 1110001 10100000 11101100 110100 100000 0 111 11011001 1001100 1000100

Color Harmonies of #71A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A0EC

Black with #71A0EC

Text Example


Text Example

White with #71A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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