#67B4C9

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

Shades of Seagull #67B4C9

Tints of Seagull #67B4C9

Color information

#67B4C9 (or 0x67B4C9) is unknown color: approx Seagull. HEX triplet: 67, B4 and C9. RGB value is (103,180,201). Sum of RGB (Red+Green+Blue) = 103+180+201=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #67B4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B4C9 is #984B36. Grayscale: #9F9F9F. Windows color (decimal): -9980727 or 13218919. OLE color: 13218919.

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

Color convert

RGB103180201-
CMYK0.490.1000.21
HSL192.86º47.57%59.61%-
HSV(B)192.86º48.76%78.82%-
XYZ32.4639.7461.22-
YUV159.37151.4987.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.28%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 201 (78.91% from 255) = 41.53%
R=21.28%
G=37.19%
B=41.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031802010.490.1000.21192.8647.5759.61
Hex67B4C931A015c1303c
Octal14726431161120253016074
Binary11001111011010011001001110001101001010111000001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,180,201); }

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

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

 a { background-color: rgb(103,180,201); }

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

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

 span { border-color: rgb(103,180,201); }

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