#69C5CB

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

Shades of Seagull #69C5CB

Tints of Seagull #69C5CB

Color information

#69C5CB (or 0x69C5CB) is unknown color: approx Seagull. HEX triplet: 69, C5 and CB. RGB value is (105,197,203). Sum of RGB (Red+Green+Blue) = 105+197+203=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #69C5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5CB is #963A34. Grayscale: #AAAAAA. Windows color (decimal): -9845301 or 13354345. OLE color: 13354345.

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

Color convert

RGB105197203-
CMYK0.480.0300.20
HSL183.67º48.51%60.39%-
HSV(B)183.67º48.28%79.61%-
XYZ36.5747.2563.69-
YUV170.18146.5281.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=20.79%
G=39.01%
B=40.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051972030.480.0300.20183.6748.5160.39
Hex69C5CB303014b8313c
Octal1513053136030242706174
Binary110100111000101110010111100001101010010111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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