#69BDD1

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

Shades of Seagull #69BDD1

Tints of Seagull #69BDD1

Color information

#69BDD1 (or 0x69BDD1) is unknown color: approx Seagull. HEX triplet: 69, BD and D1. RGB value is (105,189,209). Sum of RGB (Red+Green+Blue) = 105+189+209=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #69BDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BDD1 is #96422E. Grayscale: #A6A6A6. Windows color (decimal): -9847343 or 13745513. OLE color: 13745513.

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

Color convert

RGB105189209-
CMYK0.500.1000.18
HSL191.54º53.06%61.57%-
HSV(B)191.54º49.76%81.96%-
XYZ35.534466.94-
YUV166.16152.1784.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.87%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=20.87%
G=37.57%
B=41.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051892090.500.1000.18191.5453.0661.57
Hex69BDD132A012c0353e
Octal15127532162120223006576
Binary11010011011110111010001110010101001001011000000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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