#69B3CD

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

Shades of Seagull #69B3CD

Tints of Seagull #69B3CD

Color information

#69B3CD (or 0x69B3CD) is unknown color: approx Seagull. HEX triplet: 69, B3 and CD. RGB value is (105,179,205). Sum of RGB (Red+Green+Blue) = 105+179+205=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #69B3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B3CD is #964C32. Grayscale: #9F9F9F. Windows color (decimal): -9849907 or 13480809. OLE color: 13480809.

HSL color Cylindrical-coordinate representation of color #69B3CD: hue angle of 195.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69B3CD is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105179205-
CMYK0.490.1300.20
HSL195.6º50%60.78%-
HSV(B)195.6º48.78%80.39%-
XYZ32.9739.6563.67-
YUV159.84153.4888.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=21.47%
G=36.61%
B=41.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051792050.490.1300.20195.65060.78
Hex69B3CD31D014c4323d
Octal15126331561150243046275
Binary11010011011001111001101110001110101010011000100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,179,205); }

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

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

 a { background-color: rgb(105,179,205); }

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

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

 span { border-color: rgb(105,179,205); }

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