#69B7CF

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

Shades of Seagull #69B7CF

Tints of Seagull #69B7CF

Color information

#69B7CF (or 0x69B7CF) is unknown color: approx Seagull. HEX triplet: 69, B7 and CF. RGB value is (105,183,207). Sum of RGB (Red+Green+Blue) = 105+183+207=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #69B7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B7CF is #964830. Grayscale: #A2A2A2. Windows color (decimal): -9848881 or 13612905. OLE color: 13612905.

HSL color Cylindrical-coordinate representation of color #69B7CF: hue angle of 194.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69B7CF is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105183207-
CMYK0.490.1200.19
HSL194.12º51.52%61.18%-
HSV(B)194.12º49.28%81.18%-
XYZ34.0241.3865.22-
YUV162.41153.1687.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=21.21%
G=36.97%
B=41.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051832070.490.1200.19194.1251.5261.18
Hex69B7CF31C013c2343d
Octal15126731761140233026475
Binary11010011011011111001111110001110001001111000010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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