#C8FBEF

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

Shades of Humming Bird #C8FBEF

Tints of Humming Bird #C8FBEF

Color information

#C8FBEF (or 0xC8FBEF) is unknown color: approx Humming Bird. HEX triplet: C8, FB and EF. RGB value is (200,251,239). Sum of RGB (Red+Green+Blue) = 200+251+239=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FBEF is #370410. Grayscale: #EAEAEA. Windows color (decimal): -3605521 or 15727560. OLE color: 15727560.

HSL color Cylindrical-coordinate representation of color #C8FBEF: hue angle of 165.88º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FBEF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB200251239-
CMYK0.2000.050.02
HSL165.88º86.44%88.43%-
HSV(B)165.88º20.32%98.43%-
XYZ73.987.5194.66-
YUV234.38130.6103.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.99%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=28.99%
G=36.38%
B=34.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002512390.2000.050.02165.8886.4488.43
HexC8FBEF14052a65658
Octal31037335724052246126130
Binary110010001111101111101111101000101101010011010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FBEF; }

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

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

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

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

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

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

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

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