#69B2CA

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

Shades of Seagull #69B2CA

Tints of Seagull #69B2CA

Color information

#69B2CA (or 0x69B2CA) is unknown color: approx Seagull. HEX triplet: 69, B2 and CA. RGB value is (105,178,202). Sum of RGB (Red+Green+Blue) = 105+178+202=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #69B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B2CA is #964D35. Grayscale: #9E9E9E. Windows color (decimal): -9850166 or 13283945. OLE color: 13283945.

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

Color convert

RGB105178202-
CMYK0.480.1200.21
HSL194.85º47.78%60.2%-
HSV(B)194.85º48.02%79.22%-
XYZ32.4139.1161.72-
YUV158.91152.3289.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.65%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=21.65%
G=36.70%
B=41.65%

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
Decimal1051782020.480.1200.21194.8547.7860.2
Hex69B2CA30C015c3303c
Octal15126231260140253036074
Binary11010011011001011001010110000110001010111000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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