Html Css Color HEX #C7FCF0 Humming Bird

📋 copy color: '#C7FCF0'

red 199 ◦ green 252 ◦ blue 240

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

Shades of Humming Bird #C7FCF0

Tints of Humming Bird #C7FCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.47%

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

R = 28.8%
G = 36.47%
B = 34.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#C7FCF0 (or 0xC7FCF0) is known color: Humming Bird. HEX triplet: C7, FC and F0. RGB value is (199,252,240). Sum of RGB (Red+Green+Blue) = 199+252+240=691 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.80% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCF0 is #38030F. Grayscale: #EAEAEA. Windows color (decimal): -3670800 or 15793351. OLE color: 15793351.

HSL color Cylindrical-coordinate representation of color #C7FCF0: hue angle of 166.42º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FCF0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 252 240 -
CMYK 0.21 0 0.05 0.01
HSL 166.42º 0.9% 0.88% -
HSV(B) 166.42º 0.21% 0.99% -
XYZ 74.09 88.05 95.53 -
YUV 234.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 199 252 240 0.21 0 0.05 0.01 166.42 0.9 0.88
Hex C7 FC F0 15 0 5 1 A6 5A 58
Octal 307 374 360 25 0 5 1 246 132 130
Binary 11000111 11111100 11110000 10101 0 101 1 10100110 1011010 1011000

Color Harmonies of #C7FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FCF0

Black with #C7FCF0

Text Example


Text Example

White with #C7FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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