Html Css Color HEX #C5FBF0 Humming Bird

📋 copy color: '#C5FBF0'

red 197 ◦ green 251 ◦ blue 240

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

Shades of Humming Bird #C5FBF0

Tints of Humming Bird #C5FBF0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.48%

 BLUE value IS 240 (94.14% from 255) = 34.88%

R = 28.63%
G = 36.48%
B = 34.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#C5FBF0 (or 0xC5FBF0) is known color: Humming Bird. HEX triplet: C5, FB and F0. RGB value is (197,251,240). Sum of RGB (Red+Green+Blue) = 197+251+240=688 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.63% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FBF0 is #3A040F. Grayscale: #E9E9E9. Windows color (decimal): -3802128 or 15793093. OLE color: 15793093.

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

Color convert

RGB 197 251 240 -
CMYK 0.22 0 0.04 0.02
HSL 167.78º 0.87% 0.88% -
HSV(B) 167.78º 0.22% 0.98% -
XYZ 73.25 87.16 95.4 -
YUV 233.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 197 251 240 0.22 0 0.04 0.02 167.78 0.87 0.88
Hex C5 FB F0 16 0 4 2 A8 57 58
Octal 305 373 360 26 0 4 2 250 127 130
Binary 11000101 11111011 11110000 10110 0 100 10 10101000 1010111 1011000

Color Harmonies of #C5FBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FBF0

Black with #C5FBF0

Text Example


Text Example

White with #C5FBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FBF0; }

 p { color: rgb(197,251,240); }

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

background-color css

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

 a { background-color: rgb(197,251,240); }

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

border-color css

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

 span { border-color: rgb(197,251,240); }

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