#67BFCE

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

Shades of Seagull #67BFCE

Tints of Seagull #67BFCE

Color information

#67BFCE (or 0x67BFCE) is unknown color: approx Seagull. HEX triplet: 67, BF and CE. RGB value is (103,191,206). Sum of RGB (Red+Green+Blue) = 103+191+206=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #67BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFCE is #984031. Grayscale: #A6A6A6. Windows color (decimal): -9977906 or 13549415. OLE color: 13549415.

HSL color Cylindrical-coordinate representation of color #67BFCE: hue angle of 188.74º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67BFCE is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB103191206-
CMYK0.500.0700.19
HSL188.74º51.24%60.59%-
HSV(B)188.74º50%80.78%-
XYZ35.3644.665.14-
YUV166.4150.3582.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.6%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=20.6%
G=38.2%
B=41.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1031912060.500.0700.19188.7451.2460.59
Hex67BFCE327013bd333d
Octal1472773166270232756375
Binary1100111101111111100111011001011101001110111101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,191,206); }

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

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

 a { background-color: rgb(103,191,206); }

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

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

 span { border-color: rgb(103,191,206); }

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