#C8FDF1

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

Shades of Humming Bird #C8FDF1

Tints of Humming Bird #C8FDF1

Color information

#C8FDF1 (or 0xC8FDF1) is unknown color: approx Humming Bird. HEX triplet: C8, FD and F1. RGB value is (200,253,241). Sum of RGB (Red+Green+Blue) = 200+253+241=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FDF1 is #37020E. Grayscale: #EBEBEB. Windows color (decimal): -3605007 or 15859144. OLE color: 15859144.

HSL color Cylindrical-coordinate representation of color #C8FDF1: hue angle of 166.42º degrees, saturation: 0.93, 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 #C8FDF1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB200253241-
CMYK0.2100.050.01
HSL166.42º92.98%88.82%-
HSV(B)166.42º20.95%99.22%-
XYZ74.8288.8896.43-
YUV235.78130.94102.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.82%
GREEN value IS 253 (99.22% from 255) = 36.46%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=28.82%
G=36.46%
B=34.73%

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
Decimal2002532410.2100.050.01166.4292.9888.82
HexC8FDF115051a65d59
Octal31037536125051246135131
Binary11001000111111011111000110101010111010011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FDF1; }

 p { color: rgb(200,253,241); }

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

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

 a { background-color: rgb(200,253,241); }

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

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

 span { border-color: rgb(200,253,241); }

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