#CFFBEF

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

Shades of Humming Bird #CFFBEF

Tints of Humming Bird #CFFBEF

Color information

#CFFBEF (or 0xCFFBEF) is unknown color: approx Humming Bird. HEX triplet: CF, FB and EF. RGB value is (207,251,239). Sum of RGB (Red+Green+Blue) = 207+251+239=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBEF is #300410. Grayscale: #ECECEC. Windows color (decimal): -3146769 or 15727567. OLE color: 15727567.

HSL color Cylindrical-coordinate representation of color #CFFBEF: hue angle of 163.64º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFBEF is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB207251239-
CMYK0.1800.050.02
HSL163.64º84.62%89.8%-
HSV(B)163.64º17.53%98.43%-
XYZ75.8188.4994.75-
YUV236.48129.42106.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.70%
GREEN value IS 251 (98.44% from 255) = 36.01%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=29.70%
G=36.01%
B=34.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512390.1800.050.02163.6484.6289.8
HexCFFBEF12052a4555a
Octal31737335722052244125132
Binary110011111111101111101111100100101101010010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBEF; }

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

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

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

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

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

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

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

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