Html Css Color HEX #71CEE2 Spray

📋 copy color: '#71CEE2'

red 113 ◦ green 206 ◦ blue 226

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

Shades of Spray #71CEE2

Tints of Spray #71CEE2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.8%

 BLUE value IS 226 (88.67% from 255) = 41.47%

R = 20.73%
G = 37.8%
B = 41.47%

CMYK

 C value IS 0.5

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#71CEE2 (or 0x71CEE2) is known color: Spray. HEX triplet: 71, CE and E2. RGB value is (113,206,226). Sum of RGB (Red+Green+Blue) = 113+206+226=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #71CEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEE2 is #8E311D. Grayscale: #B4B4B4. Windows color (decimal): -9318686 or 14863985. OLE color: 14863985.

HSL color Cylindrical-coordinate representation of color #71CEE2: hue angle of 190.62º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71CEE2 is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 206 226 -
CMYK 0.5 0.09 0 0.11
HSL 190.62º 0.66% 0.66% -
HSV(B) 190.62º 0.5% 0.89% -
XYZ 42.61 53.14 79.96 -
YUV 180.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 113 206 226 0.5 0.09 0 0.11 190.62 0.66 0.66
Hex 71 CE E2 32 9 0 B BF 42 42
Octal 161 316 342 62 11 0 13 277 102 102
Binary 1110001 11001110 11100010 110010 1001 0 1011 10111111 1000010 1000010

Color Harmonies of #71CEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEE2

Black with #71CEE2

Text Example


Text Example

White with #71CEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,206,226); }

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

background-color css

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

 a { background-color: rgb(113,206,226); }

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

border-color css

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

 span { border-color: rgb(113,206,226); }

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