#66BFCC

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

Shades of Seagull #66BFCC

Tints of Seagull #66BFCC

Color information

#66BFCC (or 0x66BFCC) is unknown color: approx Seagull. HEX triplet: 66, BF and CC. RGB value is (102,191,204). Sum of RGB (Red+Green+Blue) = 102+191+204=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #66BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFCC is #994033. Grayscale: #A5A5A5. Windows color (decimal): -10043444 or 13418342. OLE color: 13418342.

HSL color Cylindrical-coordinate representation of color #66BFCC: hue angle of 187.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BFCC is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102191204-
CMYK0.50.0600.2
HSL187.65º50%60%-
HSV(B)187.65º50%80%-
XYZ35.0144.4563.86-
YUV165.87149.5182.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.52%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=20.52%
G=38.43%
B=41.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021912040.50.0600.2187.655060
Hex66BFCC326014bc323c
Octal1462773146260242746274
Binary1100110101111111100110011001011001010010111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BFCC; }

 p { color: rgb(102,191,204); }

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

<style>
 a { background-color: #66BFCC; }

 a { background-color: rgb(102,191,204); }

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

<style>
 span { border-color: #66BFCC; }

 span { border-color: rgb(102,191,204); }

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