Html Css Color HEX #71CFDB Spray

📋 copy color: '#71CFDB'

red 113 ◦ green 207 ◦ blue 219

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

Shades of Spray #71CFDB

Tints of Spray #71CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 20.96%
G = 38.4%
B = 40.63%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71CFDB (or 0x71CFDB) is known color: Spray. HEX triplet: 71, CF and DB. RGB value is (113,207,219). Sum of RGB (Red+Green+Blue) = 113+207+219=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #71CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFDB is #8E3024. Grayscale: #B4B4B4. Windows color (decimal): -9318437 or 14405489. OLE color: 14405489.

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

Color convert

RGB 113 207 219 -
CMYK 0.48 0.05 0 0.14
HSL 186.79º 0.6% 0.65% -
HSV(B) 186.79º 0.48% 0.86% -
XYZ 41.91 53.25 75.09 -
YUV 180.26 149.86 80.02 -
System Red Green Blue C M Y K H S L
Decimal 113 207 219 0.48 0.05 0 0.14 186.79 0.6 0.65
Hex 71 CF DB 30 5 0 E BB 3C 41
Octal 161 317 333 60 5 0 16 273 74 101
Binary 1110001 11001111 11011011 110000 101 0 1110 10111011 111100 1000001

Color Harmonies of #71CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFDB

Black with #71CFDB

Text Example


Text Example

White with #71CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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