Html Css Color HEX #71CFDC Spray

📋 copy color: '#71CFDC'

red 113 ◦ green 207 ◦ blue 220

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

Shades of Spray #71CFDC

Tints of Spray #71CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.33%

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 20.93%
G = 38.33%
B = 40.74%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71CFDC (or 0x71CFDC) is known color: Spray. HEX triplet: 71, CF and DC. RGB value is (113,207,220). Sum of RGB (Red+Green+Blue) = 113+207+220=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #71CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFDC is #8E3023. Grayscale: #B4B4B4. Windows color (decimal): -9318436 or 14471025. OLE color: 14471025.

HSL color Cylindrical-coordinate representation of color #71CFDC: hue angle of 187.29º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71CFDC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 207 220 -
CMYK 0.49 0.06 0 0.14
HSL 187.29º 0.6% 0.65% -
HSV(B) 187.29º 0.49% 0.86% -
XYZ 42.04 53.3 75.78 -
YUV 180.38 150.36 79.94 -
System Red Green Blue C M Y K H S L
Decimal 113 207 220 0.49 0.06 0 0.14 187.29 0.6 0.65
Hex 71 CF DC 31 6 0 E BB 3C 41
Octal 161 317 334 61 6 0 16 273 74 101
Binary 1110001 11001111 11011100 110001 110 0 1110 10111011 111100 1000001

Color Harmonies of #71CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFDC

Black with #71CFDC

Text Example


Text Example

White with #71CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,207,220); }

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

background-color css

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

 a { background-color: rgb(113,207,220); }

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

border-color css

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

 span { border-color: rgb(113,207,220); }

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