Html Css Color HEX #70ACC9 Seagull

📋 copy color: '#70ACC9'

red 112 ◦ green 172 ◦ blue 201

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

Shades of Seagull #70ACC9

Tints of Seagull #70ACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

 BLUE value IS 201 (78.91% from 255) = 41.44%

R = 23.09%
G = 35.46%
B = 41.44%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#70ACC9 (or 0x70ACC9) is known color: Seagull. HEX triplet: 70, AC and C9. RGB value is (112,172,201). Sum of RGB (Red+Green+Blue) = 112+172+201=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #70ACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACC9 is #8F5336. Grayscale: #9D9D9D. Windows color (decimal): -9392951 or 13216880. OLE color: 13216880.

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

Color convert

RGB 112 172 201 -
CMYK 0.44 0.14 0 0.21
HSL 199.55º 0.45% 0.61% -
HSV(B) 199.55º 0.44% 0.79% -
XYZ 31.98 37.17 60.75 -
YUV 157.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 112 172 201 0.44 0.14 0 0.21 199.55 0.45 0.61
Hex 70 AC C9 2C E 0 15 C8 2D 3D
Octal 160 254 311 54 16 0 25 310 55 75
Binary 1110000 10101100 11001001 101100 1110 0 10101 11001000 101101 111101

Color Harmonies of #70ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACC9

Black with #70ACC9

Text Example


Text Example

White with #70ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,201); }

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

background-color css

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

 a { background-color: rgb(112,172,201); }

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

border-color css

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

 span { border-color: rgb(112,172,201); }

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