#69C0CE

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

Shades of Seagull #69C0CE

Tints of Seagull #69C0CE

Color information

#69C0CE (or 0x69C0CE) is unknown color: approx Seagull. HEX triplet: 69, C0 and CE. RGB value is (105,192,206). Sum of RGB (Red+Green+Blue) = 105+192+206=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #69C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C0CE is #963F31. Grayscale: #A7A7A7. Windows color (decimal): -9846578 or 13549673. OLE color: 13549673.

HSL color Cylindrical-coordinate representation of color #69C0CE: hue angle of 188.32º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C0CE is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105192206-
CMYK0.490.0700.19
HSL188.32º50.75%60.98%-
HSV(B)188.32º49.03%80.78%-
XYZ35.8245.1665.22-
YUV167.58149.6883.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.87%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=20.87%
G=38.17%
B=40.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051922060.490.0700.19188.3250.7560.98
Hex69C0CE317013bc333d
Octal1513003166170232746375
Binary1101001110000001100111011000111101001110111100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C0CE; }

 p { color: rgb(105,192,206); }

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

<style>
 a { background-color: #69C0CE; }

 a { background-color: rgb(105,192,206); }

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

<style>
 span { border-color: #69C0CE; }

 span { border-color: rgb(105,192,206); }

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