#67BFCA

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

Shades of Seagull #67BFCA

Tints of Seagull #67BFCA

Color information

#67BFCA (or 0x67BFCA) is unknown color: approx Seagull. HEX triplet: 67, BF and CA. RGB value is (103,191,202). Sum of RGB (Red+Green+Blue) = 103+191+202=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #67BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFCA is #984035. Grayscale: #A5A5A5. Windows color (decimal): -9977910 or 13287271. OLE color: 13287271.

HSL color Cylindrical-coordinate representation of color #67BFCA: hue angle of 186.67º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67BFCA is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB103191202-
CMYK0.490.0500.21
HSL186.67º48.29%59.8%-
HSV(B)186.67º49.01%79.22%-
XYZ34.8844.4162.61-
YUV165.94148.3583.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.77%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=20.77%
G=38.51%
B=40.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031912020.490.0500.21186.6748.2959.8
Hex67BFCA315015bb303c
Octal1472773126150252736074
Binary1100111101111111100101011000110101010110111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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