#69C3CB

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

Shades of Seagull #69C3CB

Tints of Seagull #69C3CB

Color information

#69C3CB (or 0x69C3CB) is unknown color: approx Seagull. HEX triplet: 69, C3 and CB. RGB value is (105,195,203). Sum of RGB (Red+Green+Blue) = 105+195+203=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #69C3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C3CB is #963C34. Grayscale: #A8A8A8. Windows color (decimal): -9845813 or 13353833. OLE color: 13353833.

HSL color Cylindrical-coordinate representation of color #69C3CB: hue angle of 184.9º 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 #69C3CB is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105195203-
CMYK0.480.0400.20
HSL184.9º48.51%60.39%-
HSV(B)184.9º48.28%79.61%-
XYZ36.1246.3563.54-
YUV169147.1882.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.87%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=20.87%
G=38.77%
B=40.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051952030.480.0400.20184.948.5160.39
Hex69C3CB304014b9313c
Octal1513033136040242716174
Binary1101001110000111100101111000010001010010111001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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