#69B0CD

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

Shades of Seagull #69B0CD

Tints of Seagull #69B0CD

Color information

#69B0CD (or 0x69B0CD) is unknown color: approx Seagull. HEX triplet: 69, B0 and CD. RGB value is (105,176,205). Sum of RGB (Red+Green+Blue) = 105+176+205=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #69B0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B0CD is #964F32. Grayscale: #9D9D9D. Windows color (decimal): -9850675 or 13480041. OLE color: 13480041.

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

Color convert

RGB105176205-
CMYK0.490.1400.20
HSL197.4º50%60.78%-
HSV(B)197.4º48.78%80.39%-
XYZ32.3738.4663.48-
YUV158.08154.4890.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=21.60%
G=36.21%
B=42.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051762050.490.1400.20197.45060.78
Hex69B0CD31E014c5323d
Octal15126031561160243056275
Binary11010011011000011001101110001111001010011000101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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