#69BDD3

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

Shades of Seagull #69BDD3

Tints of Seagull #69BDD3

Color information

#69BDD3 (or 0x69BDD3) is unknown color: approx Seagull. HEX triplet: 69, BD and D3. RGB value is (105,189,211). Sum of RGB (Red+Green+Blue) = 105+189+211=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #69BDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BDD3 is #96422C. Grayscale: #A6A6A6. Windows color (decimal): -9847341 or 13876585. OLE color: 13876585.

HSL color Cylindrical-coordinate representation of color #69BDD3: hue angle of 192.45º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69BDD3 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105189211-
CMYK0.500.1000.17
HSL192.45º54.64%61.96%-
HSV(B)192.45º50.24%82.75%-
XYZ35.7844.168.25-
YUV166.39153.1784.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 211 (82.81% from 255) = 41.78%
R=20.79%
G=37.43%
B=41.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1051892110.500.1000.17192.4554.6461.96
Hex69BDD332A011c0373e
Octal15127532362120213006776
Binary11010011011110111010011110010101001000111000000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,189,211); }

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

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

 a { background-color: rgb(105,189,211); }

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

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

 span { border-color: rgb(105,189,211); }

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