#69ACCA

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

Shades of Seagull #69ACCA

Tints of Seagull #69ACCA

Color information

#69ACCA (or 0x69ACCA) is unknown color: approx Seagull. HEX triplet: 69, AC and CA. RGB value is (105,172,202). Sum of RGB (Red+Green+Blue) = 105+172+202=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #69ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACCA is #965335. Grayscale: #9B9B9B. Windows color (decimal): -9851702 or 13282409. OLE color: 13282409.

HSL color Cylindrical-coordinate representation of color #69ACCA: hue angle of 198.56º 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 #69ACCA is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105172202-
CMYK0.480.1500.21
HSL198.56º47.78%60.2%-
HSV(B)198.56º48.02%79.22%-
XYZ31.2436.7761.33-
YUV155.39154.392.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.92%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=21.92%
G=35.91%
B=42.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051722020.480.1500.21198.5647.7860.2
Hex69ACCA30F015c7303c
Octal15125431260170253076074
Binary11010011010110011001010110000111101010111000111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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