Html Css Color HEX #71CDE6 Spray

📋 copy color: '#71CDE6'

red 113 ◦ green 205 ◦ blue 230

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

Shades of Spray #71CDE6

Tints of Spray #71CDE6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.41%

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 20.62%
G = 37.41%
B = 41.97%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#71CDE6 (or 0x71CDE6) is known color: Spray. HEX triplet: 71, CD and E6. RGB value is (113,205,230). Sum of RGB (Red+Green+Blue) = 113+205+230=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #71CDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CDE6 is #8E3219. Grayscale: #B4B4B4. Windows color (decimal): -9318938 or 15125873. OLE color: 15125873.

HSL color Cylindrical-coordinate representation of color #71CDE6: hue angle of 192.82º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71CDE6 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 205 230 -
CMYK 0.51 0.11 0 0.10
HSL 192.82º 0.7% 0.67% -
HSV(B) 192.82º 0.51% 0.9% -
XYZ 42.92 52.89 82.81 -
YUV 180.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 113 205 230 0.51 0.11 0 0.10 192.82 0.7 0.67
Hex 71 CD E6 33 B 0 A C1 46 43
Octal 161 315 346 63 13 0 12 301 106 103
Binary 1110001 11001101 11100110 110011 1011 0 1010 11000001 1000110 1000011

Color Harmonies of #71CDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDE6

Black with #71CDE6

Text Example


Text Example

White with #71CDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,205,230); }

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

background-color css

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

 a { background-color: rgb(113,205,230); }

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

border-color css

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

 span { border-color: rgb(113,205,230); }

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