#67BDCA

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

Shades of Seagull #67BDCA

Tints of Seagull #67BDCA

Color information

#67BDCA (or 0x67BDCA) is unknown color: approx Seagull. HEX triplet: 67, BD and CA. RGB value is (103,189,202). Sum of RGB (Red+Green+Blue) = 103+189+202=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #67BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDCA is #984235. Grayscale: #A4A4A4. Windows color (decimal): -9978422 or 13286759. OLE color: 13286759.

HSL color Cylindrical-coordinate representation of color #67BDCA: hue angle of 187.88º 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 #67BDCA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB103189202-
CMYK0.490.0600.21
HSL187.88º48.29%59.8%-
HSV(B)187.88º49.01%79.22%-
XYZ34.4543.5462.47-
YUV164.77149.0183.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.85%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=20.85%
G=38.26%
B=40.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031892020.490.0600.21187.8848.2959.8
Hex67BDCA316015bc303c
Octal1472753126160252746074
Binary1100111101111011100101011000111001010110111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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