Html Css Color HEX #C7FEF0 Humming Bird

📋 copy color: '#C7FEF0'

red 199 ◦ green 254 ◦ blue 240

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

Shades of Humming Bird #C7FEF0

Tints of Humming Bird #C7FEF0

RGB

 RED value IS 199 (78.13% from 255) = 28.72%

 GREEN value IS 254 (99.61% from 255) = 36.65%

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

R = 28.72%
G = 36.65%
B = 34.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#C7FEF0 (or 0xC7FEF0) is known color: Humming Bird. HEX triplet: C7, FE and F0. RGB value is (199,254,240). Sum of RGB (Red+Green+Blue) = 199+254+240=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEF0 is #38010F. Grayscale: #EBEBEB. Windows color (decimal): -3670288 or 15793863. OLE color: 15793863.

HSL color Cylindrical-coordinate representation of color #C7FEF0: hue angle of 164.73º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEF0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 254 240 -
CMYK 0.22 0 0.06 0.00
HSL 164.73º 0.96% 0.89% -
HSV(B) 164.73º 0.22% 1% -
XYZ 74.72 89.32 95.74 -
YUV 235.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 199 254 240 0.22 0 0.06 0.00 164.73 0.96 0.89
Hex C7 FE F0 16 0 6 0 A5 60 59
Octal 307 376 360 26 0 6 0 245 140 131
Binary 11000111 11111110 11110000 10110 0 110 0 10100101 1100000 1011001

Color Harmonies of #C7FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FEF0

Black with #C7FEF0

Text Example


Text Example

White with #C7FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FEF0; }

 p { color: rgb(199,254,240); }

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

background-color css

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

 a { background-color: rgb(199,254,240); }

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

border-color css

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

 span { border-color: rgb(199,254,240); }

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