Html Css Color HEX #70CEDD Spray

📋 copy color: '#70CEDD'

red 112 ◦ green 206 ◦ blue 221

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

Shades of Spray #70CEDD

Tints of Spray #70CEDD

RGB

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

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

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

R = 20.78%
G = 38.22%
B = 41%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70CEDD (or 0x70CEDD) is known color: Spray. HEX triplet: 70, CE and DD. RGB value is (112,206,221). Sum of RGB (Red+Green+Blue) = 112+206+221=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #70CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEDD is #8F3122. Grayscale: #B3B3B3. Windows color (decimal): -9384227 or 14536304. OLE color: 14536304.

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

Color convert

RGB 112 206 221 -
CMYK 0.49 0.07 0 0.13
HSL 188.26º 0.62% 0.65% -
HSV(B) 188.26º 0.49% 0.87% -
XYZ 41.8 52.81 76.4 -
YUV 179.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 112 206 221 0.49 0.07 0 0.13 188.26 0.62 0.65
Hex 70 CE DD 31 7 0 D BC 3E 41
Octal 160 316 335 61 7 0 15 274 76 101
Binary 1110000 11001110 11011101 110001 111 0 1101 10111100 111110 1000001

Color Harmonies of #70CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEDD

Black with #70CEDD

Text Example


Text Example

White with #70CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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