#69C5CD

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

Shades of Seagull #69C5CD

Tints of Seagull #69C5CD

Color information

#69C5CD (or 0x69C5CD) is unknown color: approx Seagull. HEX triplet: 69, C5 and CD. RGB value is (105,197,205). Sum of RGB (Red+Green+Blue) = 105+197+205=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #69C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5CD is #963A32. Grayscale: #AAAAAA. Windows color (decimal): -9845299 or 13485417. OLE color: 13485417.

HSL color Cylindrical-coordinate representation of color #69C5CD: hue angle of 184.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C5CD is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105197205-
CMYK0.490.0400.20
HSL184.8º50%60.78%-
HSV(B)184.8º48.78%80.39%-
XYZ36.8147.3464.96-
YUV170.4147.5281.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.71%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=20.71%
G=38.86%
B=40.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051972050.490.0400.20184.85060.78
Hex69C5CD314014b9323d
Octal1513053156140242716275
Binary1101001110001011100110111000110001010010111001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,197,205); }

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

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

 a { background-color: rgb(105,197,205); }

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

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

 span { border-color: rgb(105,197,205); }

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