#67BDD0

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

Shades of Seagull #67BDD0

Tints of Seagull #67BDD0

Color information

#67BDD0 (or 0x67BDD0) is unknown color: approx Seagull. HEX triplet: 67, BD and D0. RGB value is (103,189,208). Sum of RGB (Red+Green+Blue) = 103+189+208=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #67BDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDD0 is #98422F. Grayscale: #A5A5A5. Windows color (decimal): -9978416 or 13679975. OLE color: 13679975.

HSL color Cylindrical-coordinate representation of color #67BDD0: hue angle of 190.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67BDD0 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103189208-
CMYK0.500.0900.18
HSL190.86º52.76%60.98%-
HSV(B)190.86º50.48%81.57%-
XYZ35.1843.8366.28-
YUV165.45152.0183.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.6%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 208 (81.64% from 255) = 41.6%
R=20.6%
G=37.8%
B=41.6%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1031892080.500.0900.18190.8652.7660.98
Hex67BDD0329012bf353d
Octal14727532062110222776575
Binary11001111011110111010000110010100101001010111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67BDD0; }

 p { color: rgb(103,189,208); }

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

<style>
 a { background-color: #67BDD0; }

 a { background-color: rgb(103,189,208); }

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

<style>
 span { border-color: #67BDD0; }

 span { border-color: rgb(103,189,208); }

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