Html Css Color HEX #70AAC8 Seagull

📋 copy color: '#70AAC8'

red 112 ◦ green 170 ◦ blue 200

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

Shades of Seagull #70AAC8

Tints of Seagull #70AAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 23.24%
G = 35.27%
B = 41.49%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#70AAC8 (or 0x70AAC8) is known color: Seagull. HEX triplet: 70, AA and C8. RGB value is (112,170,200). Sum of RGB (Red+Green+Blue) = 112+170+200=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #70AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AAC8 is #8F5537. Grayscale: #9B9B9B. Windows color (decimal): -9393464 or 13150832. OLE color: 13150832.

HSL color Cylindrical-coordinate representation of color #70AAC8: hue angle of 200.45º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70AAC8 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 170 200 -
CMYK 0.44 0.15 0 0.22
HSL 200.45º 0.44% 0.61% -
HSV(B) 200.45º 0.44% 0.78% -
XYZ 31.48 36.36 60 -
YUV 156.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 112 170 200 0.44 0.15 0 0.22 200.45 0.44 0.61
Hex 70 AA C8 2C F 0 16 C8 2C 3D
Octal 160 252 310 54 17 0 26 310 54 75
Binary 1110000 10101010 11001000 101100 1111 0 10110 11001000 101100 111101

Color Harmonies of #70AAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AAC8

Black with #70AAC8

Text Example


Text Example

White with #70AAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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