Html Css Color HEX #70CEDF Spray

📋 copy color: '#70CEDF'

red 112 ◦ green 206 ◦ blue 223

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

Shades of Spray #70CEDF

Tints of Spray #70CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.08%

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

R = 20.7%
G = 38.08%
B = 41.22%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70CEDF (or 0x70CEDF) is known color: Spray. HEX triplet: 70, CE and DF. RGB value is (112,206,223). Sum of RGB (Red+Green+Blue) = 112+206+223=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #70CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEDF is #8F3120. Grayscale: #B3B3B3. Windows color (decimal): -9384225 or 14667376. OLE color: 14667376.

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

Color convert

RGB 112 206 223 -
CMYK 0.50 0.08 0 0.13
HSL 189.19º 0.63% 0.66% -
HSV(B) 189.19º 0.5% 0.87% -
XYZ 42.07 52.92 77.81 -
YUV 179.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 112 206 223 0.50 0.08 0 0.13 189.19 0.63 0.66
Hex 70 CE DF 32 8 0 D BD 3F 42
Octal 160 316 337 62 10 0 15 275 77 102
Binary 1110000 11001110 11011111 110010 1000 0 1101 10111101 111111 1000010

Color Harmonies of #70CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEDF

Black with #70CEDF

Text Example


Text Example

White with #70CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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