#69B6CB

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

Shades of Seagull #69B6CB

Tints of Seagull #69B6CB

Color information

#69B6CB (or 0x69B6CB) is unknown color: approx Seagull. HEX triplet: 69, B6 and CB. RGB value is (105,182,203). Sum of RGB (Red+Green+Blue) = 105+182+203=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #69B6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B6CB is #964934. Grayscale: #A1A1A1. Windows color (decimal): -9849141 or 13350505. OLE color: 13350505.

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

Color convert

RGB105182203-
CMYK0.480.1000.20
HSL192.86º48.51%60.39%-
HSV(B)192.86º48.28%79.61%-
XYZ33.3340.7762.61-
YUV161.37151.4987.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.43%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=21.43%
G=37.14%
B=41.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051822030.480.1000.20192.8648.5160.39
Hex69B6CB30A014c1313c
Octal15126631360120243016174
Binary11010011011011011001011110000101001010011000001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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