#69BECA

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

Shades of Seagull #69BECA

Tints of Seagull #69BECA

Color information

#69BECA (or 0x69BECA) is unknown color: approx Seagull. HEX triplet: 69, BE and CA. RGB value is (105,190,202). Sum of RGB (Red+Green+Blue) = 105+190+202=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #69BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BECA is #964135. Grayscale: #A5A5A5. Windows color (decimal): -9847094 or 13287017. OLE color: 13287017.

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

Color convert

RGB105190202-
CMYK0.480.0600.21
HSL187.42º47.78%60.2%-
HSV(B)187.42º48.02%79.22%-
XYZ34.944.0962.55-
YUV165.95148.3484.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=21.13%
G=38.23%
B=40.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051902020.480.0600.21187.4247.7860.2
Hex69BECA306015bb303c
Octal1512763126060252736074
Binary1101001101111101100101011000011001010110111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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