#69ADCA

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

Shades of Seagull #69ADCA

Tints of Seagull #69ADCA

Color information

#69ADCA (or 0x69ADCA) is unknown color: approx Seagull. HEX triplet: 69, AD and CA. RGB value is (105,173,202). Sum of RGB (Red+Green+Blue) = 105+173+202=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #69ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADCA is #965235. Grayscale: #9B9B9B. Windows color (decimal): -9851446 or 13282665. OLE color: 13282665.

HSL color Cylindrical-coordinate representation of color #69ADCA: hue angle of 197.94º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69ADCA is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105173202-
CMYK0.480.1400.21
HSL197.94º47.78%60.2%-
HSV(B)197.94º48.02%79.22%-
XYZ31.4337.1561.39-
YUV155.97153.9791.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=21.88%
G=36.04%
B=42.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051732020.480.1400.21197.9447.7860.2
Hex69ADCA30E015c6303c
Octal15125531260160253066074
Binary11010011010110111001010110000111001010111000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,173,202); }

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

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

 a { background-color: rgb(105,173,202); }

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

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

 span { border-color: rgb(105,173,202); }

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