Html Css Color HEX #71CBCF Spray

📋 copy color: '#71CBCF'

red 113 ◦ green 203 ◦ blue 207

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

Shades of Spray #71CBCF

Tints of Spray #71CBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 21.61%
G = 38.81%
B = 39.58%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71CBCF (or 0x71CBCF) is known color: Spray. HEX triplet: 71, CB and CF. RGB value is (113,203,207). Sum of RGB (Red+Green+Blue) = 113+203+207=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #71CBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBCF is #8E3430. Grayscale: #B0B0B0. Windows color (decimal): -9319473 or 13618033. OLE color: 13618033.

HSL color Cylindrical-coordinate representation of color #71CBCF: hue angle of 182.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CBCF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 203 207 -
CMYK 0.45 0.02 0 0.19
HSL 182.55º 0.49% 0.63% -
HSV(B) 182.55º 0.45% 0.81% -
XYZ 39.43 50.73 66.74 -
YUV 176.55 145.18 82.67 -
System Red Green Blue C M Y K H S L
Decimal 113 203 207 0.45 0.02 0 0.19 182.55 0.49 0.63
Hex 71 CB CF 2D 2 0 13 B7 31 3F
Octal 161 313 317 55 2 0 23 267 61 77
Binary 1110001 11001011 11001111 101101 10 0 10011 10110111 110001 111111

Color Harmonies of #71CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBCF

Black with #71CBCF

Text Example


Text Example

White with #71CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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