Html Css Color HEX #70CDDD Spray

📋 copy color: '#70CDDD'

red 112 ◦ green 205 ◦ blue 221

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

Shades of Spray #70CDDD

Tints of Spray #70CDDD

RGB

 RED value IS 112 (44.14% from 255) = 20.82%

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 20.82%
G = 38.1%
B = 41.08%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70CDDD (or 0x70CDDD) is known color: Spray. HEX triplet: 70, CD and DD. RGB value is (112,205,221). Sum of RGB (Red+Green+Blue) = 112+205+221=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #70CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDDD is #8F3222. Grayscale: #B2B2B2. Windows color (decimal): -9384483 or 14536048. OLE color: 14536048.

HSL color Cylindrical-coordinate representation of color #70CDDD: hue angle of 188.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CDDD is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 205 221 -
CMYK 0.49 0.07 0 0.13
HSL 188.81º 0.62% 0.65% -
HSV(B) 188.81º 0.49% 0.87% -
XYZ 41.56 52.33 76.32 -
YUV 179.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 112 205 221 0.49 0.07 0 0.13 188.81 0.62 0.65
Hex 70 CD DD 31 7 0 D BD 3E 41
Octal 160 315 335 61 7 0 15 275 76 101
Binary 1110000 11001101 11011101 110001 111 0 1101 10111101 111110 1000001

Color Harmonies of #70CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CDDD

Black with #70CDDD

Text Example


Text Example

White with #70CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70CDDD; }

 p { color: rgb(112,205,221); }

 H1.HeaderClassName
 {
   color: #70CDDD;
 }
 .AnyTagClassName
 {
   color: #70CDDD;
 }
</style>

background-color css

<style>
 a { background-color: #70CDDD; }

 a { background-color: rgb(112,205,221); }

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

border-color css

<style>
 span { border-color: #70CDDD; }

 span { border-color: rgb(112,205,221); }

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