#69B5D2

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

Shades of Seagull #69B5D2

Tints of Seagull #69B5D2

Color information

#69B5D2 (or 0x69B5D2) is unknown color: approx Seagull. HEX triplet: 69, B5 and D2. RGB value is (105,181,210). Sum of RGB (Red+Green+Blue) = 105+181+210=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #69B5D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5D2 is #964A2D. Grayscale: #A1A1A1. Windows color (decimal): -9849390 or 13809001. OLE color: 13809001.

HSL color Cylindrical-coordinate representation of color #69B5D2: hue angle of 196.57º degrees, saturation: 0.54, 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 #69B5D2 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105181210-
CMYK0.500.1400.18
HSL196.57º53.85%61.76%-
HSV(B)196.57º50%82.35%-
XYZ33.9840.767.04-
YUV161.58155.3287.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 210 (82.42% from 255) = 42.34%
R=21.17%
G=36.49%
B=42.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051812100.500.1400.18196.5753.8561.76
Hex69B5D232E012c5363e
Octal15126532262160223056676
Binary11010011011010111010010110010111001001011000101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,181,210); }

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

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

 a { background-color: rgb(105,181,210); }

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

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

 span { border-color: rgb(105,181,210); }

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