Html Css Color HEX #70AECE Seagull

📋 copy color: '#70AECE'

red 112 ◦ green 174 ◦ blue 206

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

Shades of Seagull #70AECE

Tints of Seagull #70AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.37%

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

R = 22.76%
G = 35.37%
B = 41.87%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70AECE (or 0x70AECE) is known color: Seagull. HEX triplet: 70, AE and CE. RGB value is (112,174,206). Sum of RGB (Red+Green+Blue) = 112+174+206=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #70AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AECE is #8F5131. Grayscale: #9E9E9E. Windows color (decimal): -9392434 or 13545072. OLE color: 13545072.

HSL color Cylindrical-coordinate representation of color #70AECE: hue angle of 200.43º 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 #70AECE is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 174 206 -
CMYK 0.46 0.16 0 0.19
HSL 200.43º 0.49% 0.62% -
HSV(B) 200.43º 0.46% 0.81% -
XYZ 32.96 38.17 64.02 -
YUV 159.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 112 174 206 0.46 0.16 0 0.19 200.43 0.49 0.62
Hex 70 AE CE 2E 10 0 13 C8 31 3E
Octal 160 256 316 56 20 0 23 310 61 76
Binary 1110000 10101110 11001110 101110 10000 0 10011 11001000 110001 111110

Color Harmonies of #70AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AECE

Black with #70AECE

Text Example


Text Example

White with #70AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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