Html Css Color HEX #C2FEE5 Humming Bird

📋 copy color: '#C2FEE5'

red 194 ◦ green 254 ◦ blue 229

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

Shades of Humming Bird #C2FEE5

Tints of Humming Bird #C2FEE5

RGB

 RED value IS 194 (76.17% from 255) = 28.66%

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

 BLUE value IS 229 (89.84% from 255) = 33.83%

R = 28.66%
G = 37.52%
B = 33.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#C2FEE5 (or 0xC2FEE5) is known color: Humming Bird. HEX triplet: C2, FE and E5. RGB value is (194,254,229). Sum of RGB (Red+Green+Blue) = 194+254+229=677 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.66% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEE5 is #3D011A. Grayscale: #E9E9E9. Windows color (decimal): -3997979 or 15072962. OLE color: 15072962.

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

Color convert

RGB 194 254 229 -
CMYK 0.24 0 0.10 0.00
HSL 155º 0.97% 0.88% -
HSV(B) 155º 0.24% 1% -
XYZ 71.83 88.01 87.33 -
YUV 233.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 194 254 229 0.24 0 0.10 0.00 155 0.97 0.88
Hex C2 FE E5 18 0 A 0 9B 61 58
Octal 302 376 345 30 0 12 0 233 141 130
Binary 11000010 11111110 11100101 11000 0 1010 0 10011011 1100001 1011000

Color Harmonies of #C2FEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FEE5

Black with #C2FEE5

Text Example


Text Example

White with #C2FEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FEE5; }

 p { color: rgb(194,254,229); }

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

background-color css

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

 a { background-color: rgb(194,254,229); }

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

border-color css

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

 span { border-color: rgb(194,254,229); }

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