Html Css Color HEX #71CBDB Spray

📋 copy color: '#71CBDB'

red 113 ◦ green 203 ◦ blue 219

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

Shades of Spray #71CBDB

Tints of Spray #71CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.94%

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

R = 21.12%
G = 37.94%
B = 40.93%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71CBDB (or 0x71CBDB) is known color: Spray. HEX triplet: 71, CB and DB. RGB value is (113,203,219). Sum of RGB (Red+Green+Blue) = 113+203+219=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #71CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBDB is #8E3424. Grayscale: #B1B1B1. Windows color (decimal): -9319461 or 14404465. OLE color: 14404465.

HSL color Cylindrical-coordinate representation of color #71CBDB: hue angle of 189.06º 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 #71CBDB is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 203 219 -
CMYK 0.48 0.07 0 0.14
HSL 189.06º 0.6% 0.65% -
HSV(B) 189.06º 0.48% 0.86% -
XYZ 40.95 51.34 74.77 -
YUV 177.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 113 203 219 0.48 0.07 0 0.14 189.06 0.6 0.65
Hex 71 CB DB 30 7 0 E BD 3C 41
Octal 161 313 333 60 7 0 16 275 74 101
Binary 1110001 11001011 11011011 110000 111 0 1110 10111101 111100 1000001

Color Harmonies of #71CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBDB

Black with #71CBDB

Text Example


Text Example

White with #71CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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