#69BDCA

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

Shades of Seagull #69BDCA

Tints of Seagull #69BDCA

Color information

#69BDCA (or 0x69BDCA) is unknown color: approx Seagull. HEX triplet: 69, BD and CA. RGB value is (105,189,202). Sum of RGB (Red+Green+Blue) = 105+189+202=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #69BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BDCA is #964235. Grayscale: #A5A5A5. Windows color (decimal): -9847350 or 13286761. OLE color: 13286761.

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

Color convert

RGB105189202-
CMYK0.480.0600.21
HSL188.04º47.78%60.2%-
HSV(B)188.04º48.02%79.22%-
XYZ34.6843.6662.48-
YUV165.37148.6784.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=21.17%
G=38.10%
B=40.73%

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
Decimal1051892020.480.0600.21188.0447.7860.2
Hex69BDCA306015bc303c
Octal1512753126060252746074
Binary1101001101111011100101011000011001010110111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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