Html Css Color HEX #C5FAE1 Humming Bird

📋 copy color: '#C5FAE1'

red 197 ◦ green 250 ◦ blue 225

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

Shades of Humming Bird #C5FAE1

Tints of Humming Bird #C5FAE1

RGB

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

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

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

R = 29.32%
G = 37.2%
B = 33.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#C5FAE1 (or 0xC5FAE1) is known color: Humming Bird. HEX triplet: C5, FA and E1. RGB value is (197,250,225). Sum of RGB (Red+Green+Blue) = 197+250+225=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FAE1 is #3A051E. Grayscale: #E7E7E7. Windows color (decimal): -3802399 or 14809797. OLE color: 14809797.

HSL color Cylindrical-coordinate representation of color #C5FAE1: hue angle of 151.7º 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 #C5FAE1 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 250 225 -
CMYK 0.21 0 0.10 0.02
HSL 151.7º 0.84% 0.88% -
HSV(B) 151.7º 0.21% 0.98% -
XYZ 70.8 85.68 84.04 -
YUV 231.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 197 250 225 0.21 0 0.10 0.02 151.7 0.84 0.88
Hex C5 FA E1 15 0 A 2 98 54 58
Octal 305 372 341 25 0 12 2 230 124 130
Binary 11000101 11111010 11100001 10101 0 1010 10 10011000 1010100 1011000

Color Harmonies of #C5FAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAE1

Black with #C5FAE1

Text Example


Text Example

White with #C5FAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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