#69B8CA

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

Shades of Seagull #69B8CA

Tints of Seagull #69B8CA

Color information

#69B8CA (or 0x69B8CA) is unknown color: approx Seagull. HEX triplet: 69, B8 and CA. RGB value is (105,184,202). Sum of RGB (Red+Green+Blue) = 105+184+202=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #69B8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B8CA is #964735. Grayscale: #A2A2A2. Windows color (decimal): -9848630 or 13285481. OLE color: 13285481.

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

Color convert

RGB105184202-
CMYK0.480.0900.21
HSL191.13º47.78%60.2%-
HSV(B)191.13º48.02%79.22%-
XYZ33.6341.5562.12-
YUV162.43150.3387.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.38%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=21.38%
G=37.47%
B=41.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051842020.480.0900.21191.1347.7860.2
Hex69B8CA309015bf303c
Octal15127031260110252776074
Binary11010011011100011001010110000100101010110111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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