#C3FCEF

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

Shades of Humming Bird #C3FCEF

Tints of Humming Bird #C3FCEF

Color information

#C3FCEF (or 0xC3FCEF) is unknown color: approx Humming Bird. HEX triplet: C3, FC and EF. RGB value is (195,252,239). Sum of RGB (Red+Green+Blue) = 195+252+239=686 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.43% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FCEF is #3C0310. Grayscale: #E9E9E9. Windows color (decimal): -3932945 or 15727811. OLE color: 15727811.

HSL color Cylindrical-coordinate representation of color #C3FCEF: hue angle of 166.32º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FCEF is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB195252239-
CMYK0.2300.050.01
HSL166.32º90.48%87.65%-
HSV(B)166.32º22.62%98.82%-
XYZ72.987.4594.7-
YUV233.48131.12100.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.43%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=28.43%
G=36.73%
B=34.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952522390.2300.050.01166.3290.4887.65
HexC3FCEF17051a65a58
Octal30337435727051246132130
Binary11000011111111001110111110111010111010011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FCEF; }

 p { color: rgb(195,252,239); }

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

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

 a { background-color: rgb(195,252,239); }

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

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

 span { border-color: rgb(195,252,239); }

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