#CEFAF1

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

Shades of Humming Bird #CEFAF1

Tints of Humming Bird #CEFAF1

Color information

#CEFAF1 (or 0xCEFAF1) is unknown color: approx Humming Bird. HEX triplet: CE, FA and F1. RGB value is (206,250,241). Sum of RGB (Red+Green+Blue) = 206+250+241=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAF1 is #31050E. Grayscale: #EBEBEB. Windows color (decimal): -3212559 or 15858382. OLE color: 15858382.

HSL color Cylindrical-coordinate representation of color #CEFAF1: hue angle of 167.73º degrees, saturation: 0.81, 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 #CEFAF1 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB206250241-
CMYK0.1800.040.02
HSL167.73º81.48%89.41%-
HSV(B)167.73º17.6%98.04%-
XYZ75.5287.8496.19-
YUV235.82130.92106.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.56%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 241 (94.53% from 255) = 34.58%
R=29.56%
G=35.87%
B=34.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502410.1800.040.02167.7381.4889.41
HexCEFAF112042a85159
Octal31637236122042250121131
Binary110011101111101011110001100100100101010100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAF1; }

 p { color: rgb(206,250,241); }

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

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

 a { background-color: rgb(206,250,241); }

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

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

 span { border-color: rgb(206,250,241); }

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