#CEFFF2

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

Shades of Humming Bird #CEFFF2

Tints of Humming Bird #CEFFF2

Color information

#CEFFF2 (or 0xCEFFF2) is unknown color: approx Humming Bird. HEX triplet: CE, FF and F2. RGB value is (206,255,242). Sum of RGB (Red+Green+Blue) = 206+255+242=703 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.30% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFF2 is #31000D. Grayscale: #EEEEEE. Windows color (decimal): -3211278 or 15925198. OLE color: 15925198.

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

Color convert

RGB206255242-
CMYK0.1900.050
HSL164.08º100%90.39%-
HSV(B)164.08º19.22%100%-
XYZ77.2491.0597.51-
YUV238.87129.77104.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.30%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 242 (94.92% from 255) = 34.42%
R=29.30%
G=36.27%
B=34.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552420.1900.050164.0810090.39
HexCEFFF213050a4645a
Octal31637736223050244144132
Binary11001110111111111111001010011010101010010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFF2; }

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

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

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

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

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

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

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

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