#c3faee

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

Shades of Humming Bird #C3FAEE

Tints of Humming Bird #C3FAEE

Color information

#C3FAEE (or 0xC3FAEE) is unknown color: approx Humming Bird. HEX triplet: C3, FA and EE. RGB value is (195,250,238). Sum of RGB (Red+Green+Blue) = 195+250+238=683 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.55% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAEE is #3C0511. Grayscale: #E8E8E8. Windows color (decimal): -3933458 or 15661763. OLE color: 15661763.

HSL color Cylindrical-coordinate representation of color #C3FAEE: hue angle of 166.91º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FAEE is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB195250238-
CMYK0.2200.050.02
HSL166.91º84.62%87.25%-
HSV(B)166.91º22%98.04%-
XYZ72.1286.1593.72-
YUV232.19131.28101.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.55%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=28.55%
G=36.60%
B=34.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952502380.2200.050.02166.9184.6287.25
HexC3FAEE16052a75557
Octal30337235626052247125127
Binary110000111111101011101110101100101101010011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3faee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3faee; }

 p { color: rgb(195,250,238); }

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

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

 a { background-color: rgb(195,250,238); }

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

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

 span { border-color: rgb(195,250,238); }

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