#CEFFF0

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

Shades of Humming Bird #CEFFF0

Tints of Humming Bird #CEFFF0

Color information

#CEFFF0 (or 0xCEFFF0) is unknown color: approx Humming Bird. HEX triplet: CE, FF and F0. RGB value is (206,255,240). Sum of RGB (Red+Green+Blue) = 206+255+240=701 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.39% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFF0 is #31000F. Grayscale: #EEEEEE. Windows color (decimal): -3211280 or 15794126. OLE color: 15794126.

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

Color convert

RGB206255240-
CMYK0.1900.060
HSL161.63º100%90.39%-
HSV(B)161.63º19.22%100%-
XYZ76.9490.9395.93-
YUV238.64128.77104.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.39%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 240 (94.14% from 255) = 34.24%
R=29.39%
G=36.38%
B=34.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552400.1900.060161.6310090.39
HexCEFFF013060a2645a
Octal31637736023060242144132
Binary11001110111111111111000010011011001010001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFF0; }

 p { color: rgb(206,255,240); }

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

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

 a { background-color: rgb(206,255,240); }

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

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

 span { border-color: rgb(206,255,240); }

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