Html Css Color HEX #70AECB Seagull

📋 copy color: '#70AECB'

red 112 ◦ green 174 ◦ blue 203

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

Shades of Seagull #70AECB

Tints of Seagull #70AECB

RGB

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

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

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

R = 22.9%
G = 35.58%
B = 41.51%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70AECB (or 0x70AECB) is known color: Seagull. HEX triplet: 70, AE and CB. RGB value is (112,174,203). Sum of RGB (Red+Green+Blue) = 112+174+203=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #70AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AECB is #8F5134. Grayscale: #9E9E9E. Windows color (decimal): -9392437 or 13348464. OLE color: 13348464.

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

Color convert

RGB 112 174 203 -
CMYK 0.45 0.14 0 0.20
HSL 199.12º 0.47% 0.62% -
HSV(B) 199.12º 0.45% 0.8% -
XYZ 32.6 38.03 62.12 -
YUV 158.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 112 174 203 0.45 0.14 0 0.20 199.12 0.47 0.62
Hex 70 AE CB 2D E 0 14 C7 2F 3E
Octal 160 256 313 55 16 0 24 307 57 76
Binary 1110000 10101110 11001011 101101 1110 0 10100 11000111 101111 111110

Color Harmonies of #70AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AECB

Black with #70AECB

Text Example


Text Example

White with #70AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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