#CDF9EB

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

Shades of Humming Bird #CDF9EB

Tints of Humming Bird #CDF9EB

Color information

#CDF9EB (or 0xCDF9EB) is unknown color: approx Humming Bird. HEX triplet: CD, F9 and EB. RGB value is (205,249,235). Sum of RGB (Red+Green+Blue) = 205+249+235=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF9EB is #320614. Grayscale: #EAEAEA. Windows color (decimal): -3278357 or 15464909. OLE color: 15464909.

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

Color convert

RGB205249235-
CMYK0.1800.060.02
HSL160.91º78.57%89.02%-
HSV(B)160.91º17.67%97.65%-
XYZ74.0586.7391.43-
YUV234.25128.42107.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.75%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=29.75%
G=36.14%
B=34.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052492350.1800.060.02160.9178.5789.02
HexCDF9EB12062a14f59
Octal31537135322062241117131
Binary110011011111100111101011100100110101010000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF9EB; }

 p { color: rgb(205,249,235); }

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

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

 a { background-color: rgb(205,249,235); }

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

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

 span { border-color: rgb(205,249,235); }

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