#7dbae0

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

Shades of Seagull #7DBAE0

Tints of Seagull #7DBAE0

Color information

#7DBAE0 (or 0x7DBAE0) is unknown color: approx Seagull. HEX triplet: 7D, BA and E0. RGB value is (125,186,224). Sum of RGB (Red+Green+Blue) = 125+186+224=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DBAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBAE0 is #82451F. Grayscale: #ABABAB. Windows color (decimal): -8537376 or 14727805. OLE color: 14727805.

HSL color Cylindrical-coordinate representation of color #7DBAE0: hue angle of 203.03º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DBAE0 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB125186224-
CMYK0.440.1700.12
HSL203.03º61.49%68.43%-
HSV(B)203.03º44.2%87.84%-
XYZ39.4744.8677.1-
YUV172.09157.2994.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=23.36%
G=34.77%
B=41.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1251862240.440.1700.12203.0361.4968.43
Hex7DBAE02C110Ccb3d44
Octal175272340542101431375104
Binary111110110111010111000001011001000101100110010111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dbae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7dbae0; }

 p { color: rgb(125,186,224); }

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

<style>
 a { background-color: #7dbae0; }

 a { background-color: rgb(125,186,224); }

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

<style>
 span { border-color: #7dbae0; }

 span { border-color: rgb(125,186,224); }

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