Html Css Color HEX #C7F2E6 Humming Bird

📋 copy color: '#C7F2E6'

red 199 ◦ green 242 ◦ blue 230

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

Shades of Humming Bird #C7F2E6

Tints of Humming Bird #C7F2E6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.07%

 BLUE value IS 230 (90.23% from 255) = 34.28%

R = 29.66%
G = 36.07%
B = 34.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#C7F2E6 (or 0xC7F2E6) is known color: Humming Bird. HEX triplet: C7, F2 and E6. RGB value is (199,242,230). Sum of RGB (Red+Green+Blue) = 199+242+230=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F2E6 is #380D19. Grayscale: #E3E3E3. Windows color (decimal): -3673370 or 15135431. OLE color: 15135431.

HSL color Cylindrical-coordinate representation of color #C7F2E6: hue angle of 163.26º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7F2E6 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 242 230 -
CMYK 0.18 0 0.05 0.05
HSL 163.26º 0.62% 0.86% -
HSV(B) 163.26º 0.18% 0.95% -
XYZ 69.59 81.36 86.9 -
YUV 227.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 199 242 230 0.18 0 0.05 0.05 163.26 0.62 0.86
Hex C7 F2 E6 12 0 5 5 A3 3E 56
Octal 307 362 346 22 0 5 5 243 76 126
Binary 11000111 11110010 11100110 10010 0 101 101 10100011 111110 1010110

Color Harmonies of #C7F2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F2E6

Black with #C7F2E6

Text Example


Text Example

White with #C7F2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F2E6; }

 p { color: rgb(199,242,230); }

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

background-color css

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

 a { background-color: rgb(199,242,230); }

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

border-color css

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

 span { border-color: rgb(199,242,230); }

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