Html Css Color HEX #C5F8E5 Humming Bird

📋 copy color: '#C5F8E5'

red 197 ◦ green 248 ◦ blue 229

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

Shades of Humming Bird #C5F8E5

Tints of Humming Bird #C5F8E5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.8%

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

R = 29.23%
G = 36.8%
B = 33.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#C5F8E5 (or 0xC5F8E5) is known color: Humming Bird. HEX triplet: C5, F8 and E5. RGB value is (197,248,229). Sum of RGB (Red+Green+Blue) = 197+248+229=674 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.23% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F8E5 is #3A071A. Grayscale: #E6E6E6. Windows color (decimal): -3802907 or 15071429. OLE color: 15071429.

HSL color Cylindrical-coordinate representation of color #C5F8E5: hue angle of 157.65º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5F8E5 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 248 229 -
CMYK 0.21 0 0.08 0.03
HSL 157.65º 0.78% 0.87% -
HSV(B) 157.65º 0.21% 0.97% -
XYZ 70.74 84.66 86.74 -
YUV 230.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 197 248 229 0.21 0 0.08 0.03 157.65 0.78 0.87
Hex C5 F8 E5 15 0 8 3 9E 4E 57
Octal 305 370 345 25 0 10 3 236 116 127
Binary 11000101 11111000 11100101 10101 0 1000 11 10011110 1001110 1010111

Color Harmonies of #C5F8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F8E5

Black with #C5F8E5

Text Example


Text Example

White with #C5F8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F8E5; }

 p { color: rgb(197,248,229); }

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

background-color css

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

 a { background-color: rgb(197,248,229); }

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

border-color css

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

 span { border-color: rgb(197,248,229); }

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