Html Css Color HEX #C3FEE1 Humming Bird

📋 copy color: '#C3FEE1'

red 195 ◦ green 254 ◦ blue 225

#C3FEE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Humming Bird #C3FEE1

Tints of Humming Bird #C3FEE1

RGB

 RED value IS 195 (76.56% from 255) = 28.93%

 GREEN value IS 254 (99.61% from 255) = 37.69%

 BLUE value IS 225 (88.28% from 255) = 33.38%

R = 28.93%
G = 37.69%
B = 33.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#C3FEE1 (or 0xC3FEE1) is known color: Humming Bird. HEX triplet: C3, FE and E1. RGB value is (195,254,225). Sum of RGB (Red+Green+Blue) = 195+254+225=674 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.93% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEE1 is #3C011E. Grayscale: #E9E9E9. Windows color (decimal): -3932447 or 14810819. OLE color: 14810819.

HSL color Cylindrical-coordinate representation of color #C3FEE1: hue angle of 150.51º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FEE1 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 254 225 -
CMYK 0.23 0 0.11 0.00
HSL 150.51º 0.97% 0.88% -
HSV(B) 150.51º 0.23% 1% -
XYZ 71.54 87.92 84.43 -
YUV 233.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 195 254 225 0.23 0 0.11 0.00 150.51 0.97 0.88
Hex C3 FE E1 17 0 B 0 97 61 58
Octal 303 376 341 27 0 13 0 227 141 130
Binary 11000011 11111110 11100001 10111 0 1011 0 10010111 1100001 1011000

Color Harmonies of #C3FEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FEE1

Black with #C3FEE1

Text Example


Text Example

White with #C3FEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FEE1; }

 p { color: rgb(195,254,225); }

 H1.HeaderClassName
 {
   color: #C3FEE1;
 }
 .AnyTagClassName
 {
   color: #C3FEE1;
 }
</style>

background-color css

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

 a { background-color: rgb(195,254,225); }

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

border-color css

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

 span { border-color: rgb(195,254,225); }

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