#CFFDEA

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

Shades of Humming Bird #CFFDEA

Tints of Humming Bird #CFFDEA

Color information

#CFFDEA (or 0xCFFDEA) is unknown color: approx Humming Bird. HEX triplet: CF, FD and EA. RGB value is (207,253,234). Sum of RGB (Red+Green+Blue) = 207+253+234=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDEA is #300215. Grayscale: #EDEDED. Windows color (decimal): -3146262 or 15400399. OLE color: 15400399.

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

Color convert

RGB207253234-
CMYK0.1800.080.01
HSL155.22º92%90.2%-
HSV(B)155.22º18.18%99.22%-
XYZ75.7189.4691.12-
YUV237.08126.26106.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.83%
GREEN value IS 253 (99.22% from 255) = 36.46%
BLUE value IS 234 (91.80% from 255) = 33.72%
R=29.83%
G=36.46%
B=33.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532340.1800.080.01155.229290.2
HexCFFDEA120819b5c5a
Octal317375352220101233134132
Binary110011111111110111101010100100100011001101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDEA; }

 p { color: rgb(207,253,234); }

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

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

 a { background-color: rgb(207,253,234); }

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

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

 span { border-color: rgb(207,253,234); }

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