#67B5CF

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

Shades of Seagull #67B5CF

Tints of Seagull #67B5CF

Color information

#67B5CF (or 0x67B5CF) is unknown color: approx Seagull. HEX triplet: 67, B5 and CF. RGB value is (103,181,207). Sum of RGB (Red+Green+Blue) = 103+181+207=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #67B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5CF is #984A30. Grayscale: #A0A0A0. Windows color (decimal): -9980465 or 13612391. OLE color: 13612391.

HSL color Cylindrical-coordinate representation of color #67B5CF: hue angle of 195º degrees, saturation: 0.52, 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 #67B5CF is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB103181207-
CMYK0.500.1300.19
HSL195º52%60.78%-
HSV(B)195º50.24%81.18%-
XYZ33.3840.4465.08-
YUV160.64154.1686.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.98%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=20.98%
G=36.86%
B=42.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1031812070.500.1300.191955260.78
Hex67B5CF32D013c3343d
Octal14726531762150233036475
Binary11001111011010111001111110010110101001111000011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,181,207); }

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

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

 a { background-color: rgb(103,181,207); }

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

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

 span { border-color: rgb(103,181,207); }

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