Html Css Color HEX #70CCD6 Spray

📋 copy color: '#70CCD6'

red 112 ◦ green 204 ◦ blue 214

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

Shades of Spray #70CCD6

Tints of Spray #70CCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 21.13%
G = 38.49%
B = 40.38%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#70CCD6 (or 0x70CCD6) is known color: Spray. HEX triplet: 70, CC and D6. RGB value is (112,204,214). Sum of RGB (Red+Green+Blue) = 112+204+214=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #70CCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCD6 is #8F3329. Grayscale: #B1B1B1. Windows color (decimal): -9384746 or 14077040. OLE color: 14077040.

HSL color Cylindrical-coordinate representation of color #70CCD6: hue angle of 185.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70CCD6 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 204 214 -
CMYK 0.48 0.05 0 0.16
HSL 185.88º 0.55% 0.64% -
HSV(B) 185.88º 0.48% 0.84% -
XYZ 40.41 51.49 71.43 -
YUV 177.63 148.52 81.19 -
System Red Green Blue C M Y K H S L
Decimal 112 204 214 0.48 0.05 0 0.16 185.88 0.55 0.64
Hex 70 CC D6 30 5 0 10 BA 37 40
Octal 160 314 326 60 5 0 20 272 67 100
Binary 1110000 11001100 11010110 110000 101 0 10000 10111010 110111 1000000

Color Harmonies of #70CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCD6

Black with #70CCD6

Text Example


Text Example

White with #70CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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