Html Css Color HEX #70AACA Seagull

📋 copy color: '#70AACA'

red 112 ◦ green 170 ◦ blue 202

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

Shades of Seagull #70AACA

Tints of Seagull #70AACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 23.14%
G = 35.12%
B = 41.74%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#70AACA (or 0x70AACA) is known color: Seagull. HEX triplet: 70, AA and CA. RGB value is (112,170,202). Sum of RGB (Red+Green+Blue) = 112+170+202=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #70AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AACA is #8F5535. Grayscale: #9C9C9C. Windows color (decimal): -9393462 or 13281904. OLE color: 13281904.

HSL color Cylindrical-coordinate representation of color #70AACA: hue angle of 201.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70AACA is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 170 202 -
CMYK 0.45 0.16 0 0.21
HSL 201.33º 0.46% 0.62% -
HSV(B) 201.33º 0.45% 0.79% -
XYZ 31.72 36.46 61.24 -
YUV 156.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 112 170 202 0.45 0.16 0 0.21 201.33 0.46 0.62
Hex 70 AA CA 2D 10 0 15 C9 2E 3E
Octal 160 252 312 55 20 0 25 311 56 76
Binary 1110000 10101010 11001010 101101 10000 0 10101 11001001 101110 111110

Color Harmonies of #70AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AACA

Black with #70AACA

Text Example


Text Example

White with #70AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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