#69ABCA

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

Shades of Seagull #69ABCA

Tints of Seagull #69ABCA

Color information

#69ABCA (or 0x69ABCA) is unknown color: approx Seagull. HEX triplet: 69, AB and CA. RGB value is (105,171,202). Sum of RGB (Red+Green+Blue) = 105+171+202=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #69ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABCA is #965435. Grayscale: #9A9A9A. Windows color (decimal): -9851958 or 13282153. OLE color: 13282153.

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

Color convert

RGB105171202-
CMYK0.480.1500.21
HSL199.18º47.78%60.2%-
HSV(B)199.18º48.02%79.22%-
XYZ31.0536.3961.27-
YUV154.8154.6392.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=21.97%
G=35.77%
B=42.26%

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
Decimal1051712020.480.1500.21199.1847.7860.2
Hex69ABCA30F015c7303c
Octal15125331260170253076074
Binary11010011010101111001010110000111101010111000111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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