Html Css Color HEX #C6FEF0 Humming Bird

📋 copy color: '#C6FEF0'

red 198 ◦ green 254 ◦ blue 240

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

Shades of Humming Bird #C6FEF0

Tints of Humming Bird #C6FEF0

RGB

 RED value IS 198 (77.73% from 255) = 28.61%

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

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

R = 28.61%
G = 36.71%
B = 34.68%

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

#C6FEF0 (or 0xC6FEF0) is known color: Humming Bird. HEX triplet: C6, FE and F0. RGB value is (198,254,240). Sum of RGB (Red+Green+Blue) = 198+254+240=692 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.61% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FEF0 is #39010F. Grayscale: #EBEBEB. Windows color (decimal): -3735824 or 15793862. OLE color: 15793862.

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

Color convert

RGB 198 254 240 -
CMYK 0.22 0 0.06 0.00
HSL 165º 0.97% 0.89% -
HSV(B) 165º 0.22% 1% -
XYZ 74.46 89.18 95.73 -
YUV 235.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 198 254 240 0.22 0 0.06 0.00 165 0.97 0.89
Hex C6 FE F0 16 0 6 0 A5 61 59
Octal 306 376 360 26 0 6 0 245 141 131
Binary 11000110 11111110 11110000 10110 0 110 0 10100101 1100001 1011001

Color Harmonies of #C6FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FEF0

Black with #C6FEF0

Text Example


Text Example

White with #C6FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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