#8CBFD4

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

Shades of Seagull #8CBFD4

Tints of Seagull #8CBFD4

Color information

#8CBFD4 (or 0x8CBFD4) is unknown color: approx Seagull. HEX triplet: 8C, BF and D4. RGB value is (140,191,212). Sum of RGB (Red+Green+Blue) = 140+191+212=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #8CBFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBFD4 is #73402B. Grayscale: #B2B2B2. Windows color (decimal): -7553068 or 13942668. OLE color: 13942668.

HSL color Cylindrical-coordinate representation of color #8CBFD4: hue angle of 197.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CBFD4 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB140191212-
CMYK0.340.1000.17
HSL197.5º45.57%69.02%-
HSV(B)197.5º33.96%83.14%-
XYZ41.3347.5969.29-
YUV178.14147.1100.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.78%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 212 (83.20% from 255) = 39.04%
R=25.78%
G=35.17%
B=39.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1401912120.340.1000.17197.545.5769.02
Hex8CBFD422A011c62e45
Octal214277324421202130656105
Binary1000110010111111110101001000101010010001110001101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CBFD4; }

 p { color: rgb(140,191,212); }

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

<style>
 a { background-color: #8CBFD4; }

 a { background-color: rgb(140,191,212); }

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

<style>
 span { border-color: #8CBFD4; }

 span { border-color: rgb(140,191,212); }

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