#C3F3E4

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

Shades of Humming Bird #C3F3E4

Tints of Humming Bird #C3F3E4

Color information

#C3F3E4 (or 0xC3F3E4) is unknown color: approx Humming Bird. HEX triplet: C3, F3 and E4. RGB value is (195,243,228). Sum of RGB (Red+Green+Blue) = 195+243+228=666 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.28% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F3E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F3E4 is #3C0C1B. Grayscale: #E2E2E2. Windows color (decimal): -3935260 or 15004611. OLE color: 15004611.

HSL color Cylindrical-coordinate representation of color #C3F3E4: hue angle of 161.25º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3F3E4 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB195243228-
CMYK0.2000.060.05
HSL161.25º66.67%85.88%-
HSV(B)161.25º19.75%95.29%-
XYZ68.5681.385.48-
YUV226.94128.6105.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.28%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=29.28%
G=36.49%
B=34.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952432280.2000.060.05161.2566.6785.88
HexC3F3E414065a14356
Octal30336334424065241103126
Binary1100001111110011111001001010001101011010000110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F3E4; }

 p { color: rgb(195,243,228); }

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

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

 a { background-color: rgb(195,243,228); }

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

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

 span { border-color: rgb(195,243,228); }

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