Html Css Color HEX #C4FAE5 Humming Bird

📋 copy color: '#C4FAE5'

red 196 ◦ green 250 ◦ blue 229

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

Shades of Humming Bird #C4FAE5

Tints of Humming Bird #C4FAE5

RGB

 RED value IS 196 (76.95% from 255) = 29.04%

 GREEN value IS 250 (98.05% from 255) = 37.04%

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

R = 29.04%
G = 37.04%
B = 33.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#C4FAE5 (or 0xC4FAE5) is known color: Humming Bird. HEX triplet: C4, FA and E5. RGB value is (196,250,229). Sum of RGB (Red+Green+Blue) = 196+250+229=675 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.04% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FAE5 is #3B051A. Grayscale: #E7E7E7. Windows color (decimal): -3867931 or 15071940. OLE color: 15071940.

HSL color Cylindrical-coordinate representation of color #C4FAE5: hue angle of 156.67º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FAE5 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 250 229 -
CMYK 0.22 0 0.08 0.02
HSL 156.67º 0.84% 0.87% -
HSV(B) 156.67º 0.22% 0.98% -
XYZ 71.09 85.76 86.94 -
YUV 231.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 196 250 229 0.22 0 0.08 0.02 156.67 0.84 0.87
Hex C4 FA E5 16 0 8 2 9D 54 57
Octal 304 372 345 26 0 10 2 235 124 127
Binary 11000100 11111010 11100101 10110 0 1000 10 10011101 1010100 1010111

Color Harmonies of #C4FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FAE5

Black with #C4FAE5

Text Example


Text Example

White with #C4FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FAE5; }

 p { color: rgb(196,250,229); }

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

background-color css

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

 a { background-color: rgb(196,250,229); }

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

border-color css

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

 span { border-color: rgb(196,250,229); }

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