Html Css Color HEX #C5FAE2 Humming Bird

📋 copy color: '#C5FAE2'

red 197 ◦ green 250 ◦ blue 226

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

Shades of Humming Bird #C5FAE2

Tints of Humming Bird #C5FAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.58%

R = 29.27%
G = 37.15%
B = 33.58%

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

#C5FAE2 (or 0xC5FAE2) is known color: Humming Bird. HEX triplet: C5, FA and E2. RGB value is (197,250,226). Sum of RGB (Red+Green+Blue) = 197+250+226=673 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.27% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FAE2 is #3A051D. Grayscale: #E7E7E7. Windows color (decimal): -3802398 or 14875333. OLE color: 14875333.

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

Color convert

RGB 197 250 226 -
CMYK 0.21 0 0.10 0.02
HSL 152.83º 0.84% 0.88% -
HSV(B) 152.83º 0.21% 0.98% -
XYZ 70.94 85.73 84.76 -
YUV 231.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 197 250 226 0.21 0 0.10 0.02 152.83 0.84 0.88
Hex C5 FA E2 15 0 A 2 99 54 58
Octal 305 372 342 25 0 12 2 231 124 130
Binary 11000101 11111010 11100010 10101 0 1010 10 10011001 1010100 1011000

Color Harmonies of #C5FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAE2

Black with #C5FAE2

Text Example


Text Example

White with #C5FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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