Html Css Color HEX #70AACB Seagull

📋 copy color: '#70AACB'

red 112 ◦ green 170 ◦ blue 203

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

Shades of Seagull #70AACB

Tints of Seagull #70AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 23.09%
G = 35.05%
B = 41.86%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70AACB (or 0x70AACB) is known color: Seagull. HEX triplet: 70, AA and CB. RGB value is (112,170,203). Sum of RGB (Red+Green+Blue) = 112+170+203=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #70AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AACB is #8F5534. Grayscale: #9C9C9C. Windows color (decimal): -9393461 or 13347440. OLE color: 13347440.

HSL color Cylindrical-coordinate representation of color #70AACB: hue angle of 201.76º degrees, saturation: 0.47, 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 #70AACB is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 170 203 -
CMYK 0.45 0.16 0 0.20
HSL 201.76º 0.47% 0.62% -
HSV(B) 201.76º 0.45% 0.8% -
XYZ 31.84 36.51 61.87 -
YUV 156.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 112 170 203 0.45 0.16 0 0.20 201.76 0.47 0.62
Hex 70 AA CB 2D 10 0 14 CA 2F 3E
Octal 160 252 313 55 20 0 24 312 57 76
Binary 1110000 10101010 11001011 101101 10000 0 10100 11001010 101111 111110

Color Harmonies of #70AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AACB

Black with #70AACB

Text Example


Text Example

White with #70AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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