#69B1CA

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

Shades of Seagull #69B1CA

Tints of Seagull #69B1CA

Color information

#69B1CA (or 0x69B1CA) is unknown color: approx Seagull. HEX triplet: 69, B1 and CA. RGB value is (105,177,202). Sum of RGB (Red+Green+Blue) = 105+177+202=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #69B1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B1CA is #964E35. Grayscale: #9E9E9E. Windows color (decimal): -9850422 or 13283689. OLE color: 13283689.

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

Color convert

RGB105177202-
CMYK0.480.1200.21
HSL195.46º47.78%60.2%-
HSV(B)195.46º48.02%79.22%-
XYZ32.2138.7161.65-
YUV158.32152.6589.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=21.69%
G=36.57%
B=41.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051772020.480.1200.21195.4647.7860.2
Hex69B1CA30C015c3303c
Octal15126131260140253036074
Binary11010011011000111001010110000110001010111000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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