Html Css Color HEX #70AECD Seagull

📋 copy color: '#70AECD'

red 112 ◦ green 174 ◦ blue 205

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

Shades of Seagull #70AECD

Tints of Seagull #70AECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 22.81%
G = 35.44%
B = 41.75%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70AECD (or 0x70AECD) is known color: Seagull. HEX triplet: 70, AE and CD. RGB value is (112,174,205). Sum of RGB (Red+Green+Blue) = 112+174+205=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #70AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AECD is #8F5132. Grayscale: #9E9E9E. Windows color (decimal): -9392435 or 13479536. OLE color: 13479536.

HSL color Cylindrical-coordinate representation of color #70AECD: hue angle of 200º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70AECD is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 174 205 -
CMYK 0.45 0.15 0 0.20
HSL 200º 0.48% 0.62% -
HSV(B) 200º 0.45% 0.8% -
XYZ 32.84 38.12 63.39 -
YUV 159 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 112 174 205 0.45 0.15 0 0.20 200 0.48 0.62
Hex 70 AE CD 2D F 0 14 C8 30 3E
Octal 160 256 315 55 17 0 24 310 60 76
Binary 1110000 10101110 11001101 101101 1111 0 10100 11001000 110000 111110

Color Harmonies of #70AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AECD

Black with #70AECD

Text Example


Text Example

White with #70AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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