#69B7CA

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

Shades of Seagull #69B7CA

Tints of Seagull #69B7CA

Color information

#69B7CA (or 0x69B7CA) is unknown color: approx Seagull. HEX triplet: 69, B7 and CA. RGB value is (105,183,202). Sum of RGB (Red+Green+Blue) = 105+183+202=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #69B7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B7CA is #964835. Grayscale: #A1A1A1. Windows color (decimal): -9848886 or 13285225. OLE color: 13285225.

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

Color convert

RGB105183202-
CMYK0.480.0900.21
HSL191.75º47.78%60.2%-
HSV(B)191.75º48.02%79.22%-
XYZ33.4241.1362.06-
YUV161.84150.6687.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.43%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=21.43%
G=37.35%
B=41.22%

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
Decimal1051832020.480.0900.21191.7547.7860.2
Hex69B7CA309015c0303c
Octal15126731260110253006074
Binary11010011011011111001010110000100101010111000000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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