#70ACD4

Color #70ACD4 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #70ACD4

Tints of Seagull #70ACD4

Color information

#70ACD4 (or 0x70ACD4) is unknown color: approx Seagull. HEX triplet: 70, AC and D4. RGB value is (112,172,212). Sum of RGB (Red+Green+Blue) = 112+172+212=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #70ACD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACD4 is #8F532B. Grayscale: #9E9E9E. Windows color (decimal): -9392940 or 13937776. OLE color: 13937776.

HSL color Cylindrical-coordinate representation of color #70ACD4: hue angle of 204º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70ACD4 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB112172212-
CMYK0.470.1900.17
HSL204º53.76%63.53%-
HSV(B)204º47.17%83.14%-
XYZ33.3237.767.81-
YUV158.62158.1294.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.58%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 212 (83.20% from 255) = 42.74%
R=22.58%
G=34.68%
B=42.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1121722120.470.1900.1720453.7663.53
Hex70ACD42F13011cc3640
Octal160254324572302131466100
Binary1110000101011001101010010111110011010001110011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70ACD4;
 }
 .AnyTagClassName
 {
   color: #70ACD4;
 }
</style>
background-color css

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

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

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

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

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

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