Html Css Color HEX #70CCD8 Spray

📋 copy color: '#70CCD8'

red 112 ◦ green 204 ◦ blue 216

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

Shades of Spray #70CCD8

Tints of Spray #70CCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.6%

R = 21.05%
G = 38.35%
B = 40.6%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70CCD8 (or 0x70CCD8) is known color: Spray. HEX triplet: 70, CC and D8. RGB value is (112,204,216). Sum of RGB (Red+Green+Blue) = 112+204+216=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #70CCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCD8 is #8F3327. Grayscale: #B1B1B1. Windows color (decimal): -9384744 or 14208112. OLE color: 14208112.

HSL color Cylindrical-coordinate representation of color #70CCD8: hue angle of 186.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70CCD8 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 204 216 -
CMYK 0.48 0.06 0 0.15
HSL 186.92º 0.57% 0.64% -
HSV(B) 186.92º 0.48% 0.85% -
XYZ 40.67 51.59 72.78 -
YUV 177.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 112 204 216 0.48 0.06 0 0.15 186.92 0.57 0.64
Hex 70 CC D8 30 6 0 F BB 39 40
Octal 160 314 330 60 6 0 17 273 71 100
Binary 1110000 11001100 11011000 110000 110 0 1111 10111011 111001 1000000

Color Harmonies of #70CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCD8

Black with #70CCD8

Text Example


Text Example

White with #70CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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