#69b9cd

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

Shades of Seagull #69B9CD

Tints of Seagull #69B9CD

Color information

#69B9CD (or 0x69B9CD) is unknown color: approx Seagull. HEX triplet: 69, B9 and CD. RGB value is (105,185,205). Sum of RGB (Red+Green+Blue) = 105+185+205=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #69B9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B9CD is #964632. Grayscale: #A3A3A3. Windows color (decimal): -9848371 or 13482345. OLE color: 13482345.

HSL color Cylindrical-coordinate representation of color #69B9CD: hue angle of 192º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69B9CD is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105185205-
CMYK0.490.1000.20
HSL192º50%60.78%-
HSV(B)192º48.78%80.39%-
XYZ34.1942.1164.08-
YUV163.36151.586.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=21.21%
G=37.37%
B=41.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051852050.490.1000.201925060.78
Hex69B9CD31A014c0323d
Octal15127131561120243006275
Binary11010011011100111001101110001101001010011000000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69b9cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,185,205); }

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

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

 a { background-color: rgb(105,185,205); }

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

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

 span { border-color: rgb(105,185,205); }

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