#C8FCEF

Color #C8FCEF Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #C8FCEF

Tints of Humming Bird #C8FCEF

Color information

#C8FCEF (or 0xC8FCEF) is unknown color: approx Humming Bird. HEX triplet: C8, FC and EF. RGB value is (200,252,239). Sum of RGB (Red+Green+Blue) = 200+252+239=691 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.94% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FCEF is #370310. Grayscale: #EAEAEA. Windows color (decimal): -3605265 or 15727816. OLE color: 15727816.

HSL color Cylindrical-coordinate representation of color #C8FCEF: hue angle of 165º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCEF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB200252239-
CMYK0.2100.050.01
HSL165º89.66%88.63%-
HSV(B)165º20.63%98.82%-
XYZ74.2188.1394.76-
YUV234.97130.27103.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.94%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=28.94%
G=36.47%
B=34.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002522390.2100.050.0116589.6688.63
HexC8FCEF15051a55a59
Octal31037435725051245132131
Binary11001000111111001110111110101010111010010110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FCEF; }

 p { color: rgb(200,252,239); }

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

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

 a { background-color: rgb(200,252,239); }

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

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

 span { border-color: rgb(200,252,239); }

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