Html Css Color HEX #71CEDD Spray

📋 copy color: '#71CEDD'

red 113 ◦ green 206 ◦ blue 221

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

Shades of Spray #71CEDD

Tints of Spray #71CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 20.93%
G = 38.15%
B = 40.93%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71CEDD (or 0x71CEDD) is known color: Spray. HEX triplet: 71, CE and DD. RGB value is (113,206,221). Sum of RGB (Red+Green+Blue) = 113+206+221=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #71CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEDD is #8E3122. Grayscale: #B3B3B3. Windows color (decimal): -9318691 or 14536305. OLE color: 14536305.

HSL color Cylindrical-coordinate representation of color #71CEDD: hue angle of 188.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71CEDD is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 206 221 -
CMYK 0.49 0.07 0 0.13
HSL 188.33º 0.61% 0.65% -
HSV(B) 188.33º 0.49% 0.87% -
XYZ 41.93 52.87 76.4 -
YUV 179.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 113 206 221 0.49 0.07 0 0.13 188.33 0.61 0.65
Hex 71 CE DD 31 7 0 D BC 3D 41
Octal 161 316 335 61 7 0 15 274 75 101
Binary 1110001 11001110 11011101 110001 111 0 1101 10111100 111101 1000001

Color Harmonies of #71CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEDD

Black with #71CEDD

Text Example


Text Example

White with #71CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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