Html Css Color HEX #70CCDD Spray

📋 copy color: '#70CCDD'

red 112 ◦ green 204 ◦ blue 221

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

Shades of Spray #70CCDD

Tints of Spray #70CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.99%

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

R = 20.86%
G = 37.99%
B = 41.15%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70CCDD (or 0x70CCDD) is known color: Spray. HEX triplet: 70, CC and DD. RGB value is (112,204,221). Sum of RGB (Red+Green+Blue) = 112+204+221=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #70CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCDD is #8F3322. Grayscale: #B2B2B2. Windows color (decimal): -9384739 or 14535792. OLE color: 14535792.

HSL color Cylindrical-coordinate representation of color #70CCDD: hue angle of 189.36º 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 #70CCDD is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 204 221 -
CMYK 0.49 0.08 0 0.13
HSL 189.36º 0.62% 0.65% -
HSV(B) 189.36º 0.49% 0.87% -
XYZ 41.33 51.85 76.24 -
YUV 178.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 112 204 221 0.49 0.08 0 0.13 189.36 0.62 0.65
Hex 70 CC DD 31 8 0 D BD 3E 41
Octal 160 314 335 61 10 0 15 275 76 101
Binary 1110000 11001100 11011101 110001 1000 0 1101 10111101 111110 1000001

Color Harmonies of #70CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCDD

Black with #70CCDD

Text Example


Text Example

White with #70CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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