#CCFBEE

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

Shades of Humming Bird #CCFBEE

Tints of Humming Bird #CCFBEE

Color information

#CCFBEE (or 0xCCFBEE) is unknown color: approx Humming Bird. HEX triplet: CC, FB and EE. RGB value is (204,251,238). Sum of RGB (Red+Green+Blue) = 204+251+238=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBEE is #330411. Grayscale: #EBEBEB. Windows color (decimal): -3343378 or 15662028. OLE color: 15662028.

HSL color Cylindrical-coordinate representation of color #CCFBEE: hue angle of 163.4º 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 #CCFBEE is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB204251238-
CMYK0.1900.050.02
HSL163.4º85.45%89.22%-
HSV(B)163.4º18.73%98.43%-
XYZ74.838893.93-
YUV235.46129.43105.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.44%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=29.44%
G=36.22%
B=34.34%

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
Decimal2042512380.1900.050.02163.485.4589.22
HexCCFBEE13052a35559
Octal31437335623052243125131
Binary110011001111101111101110100110101101010001110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBEE; }

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

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

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

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

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

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

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

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