Html Css Color HEX #70CEDA Spray

📋 copy color: '#70CEDA'

red 112 ◦ green 206 ◦ blue 218

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

Shades of Spray #70CEDA

Tints of Spray #70CEDA

RGB

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

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

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

R = 20.9%
G = 38.43%
B = 40.67%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70CEDA (or 0x70CEDA) is known color: Spray. HEX triplet: 70, CE and DA. RGB value is (112,206,218). Sum of RGB (Red+Green+Blue) = 112+206+218=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #70CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEDA is #8F3125. Grayscale: #B3B3B3. Windows color (decimal): -9384230 or 14339696. OLE color: 14339696.

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

Color convert

RGB 112 206 218 -
CMYK 0.49 0.06 0 0.15
HSL 186.79º 0.59% 0.65% -
HSV(B) 186.79º 0.49% 0.85% -
XYZ 41.41 52.65 74.31 -
YUV 179.26 149.86 80.02 -
System Red Green Blue C M Y K H S L
Decimal 112 206 218 0.49 0.06 0 0.15 186.79 0.59 0.65
Hex 70 CE DA 31 6 0 F BB 3B 41
Octal 160 316 332 61 6 0 17 273 73 101
Binary 1110000 11001110 11011010 110001 110 0 1111 10111011 111011 1000001

Color Harmonies of #70CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEDA

Black with #70CEDA

Text Example


Text Example

White with #70CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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