Html Css Color HEX #71CDE2 Spray

📋 copy color: '#71CDE2'

red 113 ◦ green 205 ◦ blue 226

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

Shades of Spray #71CDE2

Tints of Spray #71CDE2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.68%

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

R = 20.77%
G = 37.68%
B = 41.54%

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

#71CDE2 (or 0x71CDE2) is known color: Spray. HEX triplet: 71, CD and E2. RGB value is (113,205,226). Sum of RGB (Red+Green+Blue) = 113+205+226=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #71CDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDE2 is #8E321D. Grayscale: #B3B3B3. Windows color (decimal): -9318942 or 14863729. OLE color: 14863729.

HSL color Cylindrical-coordinate representation of color #71CDE2: hue angle of 191.15º 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 #71CDE2 is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 205 226 -
CMYK 0.5 0.09 0 0.11
HSL 191.15º 0.66% 0.66% -
HSV(B) 191.15º 0.5% 0.89% -
XYZ 42.37 52.66 79.88 -
YUV 179.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 113 205 226 0.5 0.09 0 0.11 191.15 0.66 0.66
Hex 71 CD E2 32 9 0 B BF 42 42
Octal 161 315 342 62 11 0 13 277 102 102
Binary 1110001 11001101 11100010 110010 1001 0 1011 10111111 1000010 1000010

Color Harmonies of #71CDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDE2

Black with #71CDE2

Text Example


Text Example

White with #71CDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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