#CCFBEF

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

Shades of Humming Bird #CCFBEF

Tints of Humming Bird #CCFBEF

Color information

#CCFBEF (or 0xCCFBEF) is unknown color: approx Humming Bird. HEX triplet: CC, FB and EF. RGB value is (204,251,239). Sum of RGB (Red+Green+Blue) = 204+251+239=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBEF is #330410. Grayscale: #EBEBEB. Windows color (decimal): -3343377 or 15727564. OLE color: 15727564.

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

Color convert

RGB204251239-
CMYK0.1900.050.02
HSL164.68º85.45%89.22%-
HSV(B)164.68º18.73%98.43%-
XYZ74.9888.0694.71-
YUV235.58129.93105.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.39%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 239 (93.75% from 255) = 34.44%
R=29.39%
G=36.17%
B=34.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512390.1900.050.02164.6885.4589.22
HexCCFBEF13052a55559
Octal31437335723052245125131
Binary110011001111101111101111100110101101010010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBEF; }

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

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

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

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

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

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

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

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