Html Css Color HEX #70CADA Spray

📋 copy color: '#70CADA'

red 112 ◦ green 202 ◦ blue 218

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

Shades of Spray #70CADA

Tints of Spray #70CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.97%

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 21.05%
G = 37.97%
B = 40.98%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70CADA (or 0x70CADA) is known color: Spray. HEX triplet: 70, CA and DA. RGB value is (112,202,218). Sum of RGB (Red+Green+Blue) = 112+202+218=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #70CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CADA is #8F3525. Grayscale: #B0B0B0. Windows color (decimal): -9385254 or 14338672. OLE color: 14338672.

HSL color Cylindrical-coordinate representation of color #70CADA: hue angle of 189.06º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CADA is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 202 218 -
CMYK 0.49 0.07 0 0.15
HSL 189.06º 0.59% 0.65% -
HSV(B) 189.06º 0.49% 0.85% -
XYZ 40.46 50.75 73.99 -
YUV 176.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 112 202 218 0.49 0.07 0 0.15 189.06 0.59 0.65
Hex 70 CA DA 31 7 0 F BD 3B 41
Octal 160 312 332 61 7 0 17 275 73 101
Binary 1110000 11001010 11011010 110001 111 0 1111 10111101 111011 1000001

Color Harmonies of #70CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CADA

Black with #70CADA

Text Example


Text Example

White with #70CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,202,218); }

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

background-color css

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

 a { background-color: rgb(112,202,218); }

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

border-color css

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

 span { border-color: rgb(112,202,218); }

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