#70BCD7

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

Shades of Seagull #70BCD7

Tints of Seagull #70BCD7

Color information

#70BCD7 (or 0x70BCD7) is unknown color: approx Seagull. HEX triplet: 70, BC and D7. RGB value is (112,188,215). Sum of RGB (Red+Green+Blue) = 112+188+215=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #70BCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCD7 is #8F4328. Grayscale: #A8A8A8. Windows color (decimal): -9388841 or 14138480. OLE color: 14138480.

HSL color Cylindrical-coordinate representation of color #70BCD7: hue angle of 195.73º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70BCD7 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112188215-
CMYK0.480.1300.16
HSL195.73º56.28%64.12%-
HSV(B)195.73º47.91%84.31%-
XYZ36.9344.3270.9-
YUV168.35154.3287.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.75%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=21.75%
G=36.50%
B=41.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121882150.480.1300.16195.7356.2864.12
Hex70BCD730D010c43840
Octal160274327601502030470100
Binary111000010111100110101111100001101010000110001001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,188,215); }

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

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

 a { background-color: rgb(112,188,215); }

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

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

 span { border-color: rgb(112,188,215); }

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