Html Css Color HEX #70CCDF Spray

📋 copy color: '#70CCDF'

red 112 ◦ green 204 ◦ blue 223

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

Shades of Spray #70CCDF

Tints of Spray #70CCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 20.78%
G = 37.85%
B = 41.37%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70CCDF (or 0x70CCDF) is known color: Spray. HEX triplet: 70, CC and DF. RGB value is (112,204,223). Sum of RGB (Red+Green+Blue) = 112+204+223=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #70CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCDF is #8F3320. Grayscale: #B2B2B2. Windows color (decimal): -9384737 or 14666864. OLE color: 14666864.

HSL color Cylindrical-coordinate representation of color #70CCDF: hue angle of 190.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CCDF is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 204 223 -
CMYK 0.50 0.09 0 0.13
HSL 190.27º 0.63% 0.66% -
HSV(B) 190.27º 0.5% 0.87% -
XYZ 41.59 51.96 77.65 -
YUV 178.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 112 204 223 0.50 0.09 0 0.13 190.27 0.63 0.66
Hex 70 CC DF 32 9 0 D BE 3F 42
Octal 160 314 337 62 11 0 15 276 77 102
Binary 1110000 11001100 11011111 110010 1001 0 1101 10111110 111111 1000010

Color Harmonies of #70CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCDF

Black with #70CCDF

Text Example


Text Example

White with #70CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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