#70BFCC

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

Shades of Seagull #70BFCC

Tints of Seagull #70BFCC

Color information

#70BFCC (or 0x70BFCC) is unknown color: approx Seagull. HEX triplet: 70, BF and CC. RGB value is (112,191,204). Sum of RGB (Red+Green+Blue) = 112+191+204=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #70BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFCC is #8F4033. Grayscale: #A8A8A8. Windows color (decimal): -9388084 or 13418352. OLE color: 13418352.

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

Color convert

RGB112191204-
CMYK0.450.0600.2
HSL188.48º47.42%61.96%-
HSV(B)188.48º45.1%80%-
XYZ36.2145.0763.92-
YUV168.86147.8387.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=22.09%
G=37.67%
B=40.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121912040.450.0600.2188.4847.4261.96
Hex70BFCC2D6014bc2f3e
Octal1602773145560242745776
Binary1110000101111111100110010110111001010010111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,191,204); }

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

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

 a { background-color: rgb(112,191,204); }

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

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

 span { border-color: rgb(112,191,204); }

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