Html Css Color HEX #71CBE0 Spray

📋 copy color: '#71CBE0'

red 113 ◦ green 203 ◦ blue 224

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

Shades of Spray #71CBE0

Tints of Spray #71CBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 20.93%
G = 37.59%
B = 41.48%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#71CBE0 (or 0x71CBE0) is known color: Spray. HEX triplet: 71, CB and E0. RGB value is (113,203,224). Sum of RGB (Red+Green+Blue) = 113+203+224=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #71CBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBE0 is #8E341F. Grayscale: #B2B2B2. Windows color (decimal): -9319456 or 14732145. OLE color: 14732145.

HSL color Cylindrical-coordinate representation of color #71CBE0: hue angle of 191.35º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71CBE0 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 203 224 -
CMYK 0.50 0.09 0 0.12
HSL 191.35º 0.64% 0.66% -
HSV(B) 191.35º 0.5% 0.88% -
XYZ 41.62 51.6 78.29 -
YUV 178.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 113 203 224 0.50 0.09 0 0.12 191.35 0.64 0.66
Hex 71 CB E0 32 9 0 C BF 40 42
Octal 161 313 340 62 11 0 14 277 100 102
Binary 1110001 11001011 11100000 110010 1001 0 1100 10111111 1000000 1000010

Color Harmonies of #71CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBE0

Black with #71CBE0

Text Example


Text Example

White with #71CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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