#CCFDEF

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

Shades of Humming Bird #CCFDEF

Tints of Humming Bird #CCFDEF

Color information

#CCFDEF (or 0xCCFDEF) is unknown color: approx Humming Bird. HEX triplet: CC, FD and EF. RGB value is (204,253,239). Sum of RGB (Red+Green+Blue) = 204+253+239=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDEF is #330210. Grayscale: #ECECEC. Windows color (decimal): -3342865 or 15728076. OLE color: 15728076.

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

Color convert

RGB204253239-
CMYK0.1900.060.01
HSL162.86º92.45%89.61%-
HSV(B)162.86º19.37%99.22%-
XYZ75.6189.3294.92-
YUV236.75129.27104.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.31%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=29.31%
G=36.35%
B=34.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532390.1900.060.01162.8692.4589.61
HexCCFDEF13061a35c5a
Octal31437535723061243134132
Binary11001100111111011110111110011011011010001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDEF; }

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

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

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

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

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

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

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

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