Html Css Color HEX #70C4CE Seagull

📋 copy color: '#70C4CE'

red 112 ◦ green 196 ◦ blue 206

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

Shades of Seagull #70C4CE

Tints of Seagull #70C4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.13%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 21.79%
G = 38.13%
B = 40.08%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70C4CE (or 0x70C4CE) is known color: Seagull. HEX triplet: 70, C4 and CE. RGB value is (112,196,206). Sum of RGB (Red+Green+Blue) = 112+196+206=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #70C4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C4CE is #8F3B31. Grayscale: #ABABAB. Windows color (decimal): -9386802 or 13550704. OLE color: 13550704.

HSL color Cylindrical-coordinate representation of color #70C4CE: hue angle of 186.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70C4CE is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 196 206 -
CMYK 0.46 0.05 0 0.19
HSL 186.38º 0.49% 0.62% -
HSV(B) 186.38º 0.46% 0.81% -
XYZ 37.56 47.38 65.56 -
YUV 172.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 112 196 206 0.46 0.05 0 0.19 186.38 0.49 0.62
Hex 70 C4 CE 2E 5 0 13 BA 31 3E
Octal 160 304 316 56 5 0 23 272 61 76
Binary 1110000 11000100 11001110 101110 101 0 10011 10111010 110001 111110

Color Harmonies of #70C4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C4CE

Black with #70C4CE

Text Example


Text Example

White with #70C4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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