#C0FDEE

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

Shades of Humming Bird #C0FDEE

Tints of Humming Bird #C0FDEE

Color information

#C0FDEE (or 0xC0FDEE) is unknown color: approx Humming Bird. HEX triplet: C0, FD and EE. RGB value is (192,253,238). Sum of RGB (Red+Green+Blue) = 192+253+238=683 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.11% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FDEE is #3F0211. Grayscale: #E9E9E9. Windows color (decimal): -4129298 or 15662528. OLE color: 15662528.

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

Color convert

RGB192253238-
CMYK0.2400.060.01
HSL165.25º93.85%87.25%-
HSV(B)165.25º24.11%99.22%-
XYZ72.387.6393.99-
YUV233.05130.7998.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.11%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=28.11%
G=37.04%
B=34.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922532380.2400.060.01165.2593.8587.25
HexC0FDEE18061a55e57
Octal30037535630061245136127
Binary11000000111111011110111011000011011010010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FDEE; }

 p { color: rgb(192,253,238); }

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

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

 a { background-color: rgb(192,253,238); }

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

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

 span { border-color: rgb(192,253,238); }

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