#69C0CC

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

Shades of Seagull #69C0CC

Tints of Seagull #69C0CC

Color information

#69C0CC (or 0x69C0CC) is unknown color: approx Seagull. HEX triplet: 69, C0 and CC. RGB value is (105,192,204). Sum of RGB (Red+Green+Blue) = 105+192+204=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #69C0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C0CC is #963F33. Grayscale: #A7A7A7. Windows color (decimal): -9846580 or 13418601. OLE color: 13418601.

HSL color Cylindrical-coordinate representation of color #69C0CC: hue angle of 187.27º degrees, saturation: 0.49, 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 #69C0CC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105192204-
CMYK0.490.0600.2
HSL187.27º49.25%60.59%-
HSV(B)187.27º48.53%80%-
XYZ35.5745.0663.95-
YUV167.36148.6883.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.96%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=20.96%
G=38.32%
B=40.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051922040.490.0600.2187.2749.2560.59
Hex69C0CC316014bb313d
Octal1513003146160242736175
Binary1101001110000001100110011000111001010010111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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