Html Css Color HEX #C6FFED Humming Bird

📋 copy color: '#C6FFED'

red 198 ◦ green 255 ◦ blue 237

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

Shades of Humming Bird #C6FFED

Tints of Humming Bird #C6FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 36.96%

 BLUE value IS 237 (92.97% from 255) = 34.35%

R = 28.7%
G = 36.96%
B = 34.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#C6FFED (or 0xC6FFED) is known color: Humming Bird. HEX triplet: C6, FF and ED. RGB value is (198,255,237). Sum of RGB (Red+Green+Blue) = 198+255+237=690 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.70% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FFED is #390012. Grayscale: #EBEBEB. Windows color (decimal): -3735571 or 15597510. OLE color: 15597510.

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

Color convert

RGB 198 255 237 -
CMYK 0.22 0 0.07 0
HSL 161.05º 1% 0.89% -
HSV(B) 161.05º 0.22% 1% -
XYZ 74.33 89.64 93.51 -
YUV 235.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 198 255 237 0.22 0 0.07 0 161.05 1 0.89
Hex C6 FF ED 16 0 7 0 A1 64 59
Octal 306 377 355 26 0 7 0 241 144 131
Binary 11000110 11111111 11101101 10110 0 111 0 10100001 1100100 1011001

Color Harmonies of #C6FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FFED

Black with #C6FFED

Text Example


Text Example

White with #C6FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FFED; }

 p { color: rgb(198,255,237); }

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

background-color css

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

 a { background-color: rgb(198,255,237); }

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

border-color css

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

 span { border-color: rgb(198,255,237); }

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