Html Css Color HEX #C5FAE4 Humming Bird

📋 copy color: '#C5FAE4'

red 197 ◦ green 250 ◦ blue 228

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

Shades of Humming Bird #C5FAE4

Tints of Humming Bird #C5FAE4

RGB

 RED value IS 197 (77.34% from 255) = 29.19%

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

 BLUE value IS 228 (89.45% from 255) = 33.78%

R = 29.19%
G = 37.04%
B = 33.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#C5FAE4 (or 0xC5FAE4) is known color: Humming Bird. HEX triplet: C5, FA and E4. RGB value is (197,250,228). Sum of RGB (Red+Green+Blue) = 197+250+228=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FAE4 is #3A051B. Grayscale: #E7E7E7. Windows color (decimal): -3802396 or 15006405. OLE color: 15006405.

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

Color convert

RGB 197 250 228 -
CMYK 0.21 0 0.09 0.02
HSL 155.09º 0.84% 0.88% -
HSV(B) 155.09º 0.21% 0.98% -
XYZ 71.22 85.84 86.21 -
YUV 231.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 197 250 228 0.21 0 0.09 0.02 155.09 0.84 0.88
Hex C5 FA E4 15 0 9 2 9B 54 58
Octal 305 372 344 25 0 11 2 233 124 130
Binary 11000101 11111010 11100100 10101 0 1001 10 10011011 1010100 1011000

Color Harmonies of #C5FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAE4

Black with #C5FAE4

Text Example


Text Example

White with #C5FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FAE4; }

 p { color: rgb(197,250,228); }

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

background-color css

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

 a { background-color: rgb(197,250,228); }

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

border-color css

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

 span { border-color: rgb(197,250,228); }

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