#C3FCEE

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

Shades of Humming Bird #C3FCEE

Tints of Humming Bird #C3FCEE

Color information

#C3FCEE (or 0xC3FCEE) is unknown color: approx Humming Bird. HEX triplet: C3, FC and EE. RGB value is (195,252,238). Sum of RGB (Red+Green+Blue) = 195+252+238=685 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.47% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FCEE is #3C0311. Grayscale: #E9E9E9. Windows color (decimal): -3932946 or 15662275. OLE color: 15662275.

HSL color Cylindrical-coordinate representation of color #C3FCEE: hue angle of 165.26º 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 #C3FCEE is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB195252238-
CMYK0.2300.060.01
HSL165.26º90.48%87.65%-
HSV(B)165.26º22.62%98.82%-
XYZ72.7587.493.92-
YUV233.36130.62100.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.47%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=28.47%
G=36.79%
B=34.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952522380.2300.060.01165.2690.4887.65
HexC3FCEE17061a55a58
Octal30337435627061245132130
Binary11000011111111001110111010111011011010010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FCEE; }

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

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

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

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

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

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

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

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