#69ACCC

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

Shades of Seagull #69ACCC

Tints of Seagull #69ACCC

Color information

#69ACCC (or 0x69ACCC) is unknown color: approx Seagull. HEX triplet: 69, AC and CC. RGB value is (105,172,204). Sum of RGB (Red+Green+Blue) = 105+172+204=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #69ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACCC is #965333. Grayscale: #9B9B9B. Windows color (decimal): -9851700 or 13413481. OLE color: 13413481.

HSL color Cylindrical-coordinate representation of color #69ACCC: hue angle of 199.39º degrees, saturation: 0.49, 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 #69ACCC is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105172204-
CMYK0.490.1600.2
HSL199.39º49.25%60.59%-
HSV(B)199.39º48.53%80%-
XYZ31.4836.8762.58-
YUV155.62155.391.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=21.83%
G=35.76%
B=42.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051722040.490.1600.2199.3949.2560.59
Hex69ACCC3110014c7313d
Octal15125431461200243076175
Binary110100110101100110011001100011000001010011000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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