Html Css Color HEX #C6FEED Humming Bird

📋 copy color: '#C6FEED'

red 198 ◦ green 254 ◦ blue 237

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

Shades of Humming Bird #C6FEED

Tints of Humming Bird #C6FEED

RGB

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

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

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

R = 28.74%
G = 36.87%
B = 34.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#C6FEED (or 0xC6FEED) is known color: Humming Bird. HEX triplet: C6, FE and ED. RGB value is (198,254,237). Sum of RGB (Red+Green+Blue) = 198+254+237=689 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.74% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FEED is #390112. Grayscale: #EBEBEB. Windows color (decimal): -3735827 or 15597254. OLE color: 15597254.

HSL color Cylindrical-coordinate representation of color #C6FEED: hue angle of 161.79º 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 #C6FEED is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 254 237 -
CMYK 0.22 0 0.07 0.00
HSL 161.79º 0.97% 0.89% -
HSV(B) 161.79º 0.22% 1% -
XYZ 74.02 89 93.4 -
YUV 235.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 198 254 237 0.22 0 0.07 0.00 161.79 0.97 0.89
Hex C6 FE ED 16 0 7 0 A2 61 59
Octal 306 376 355 26 0 7 0 242 141 131
Binary 11000110 11111110 11101101 10110 0 111 0 10100010 1100001 1011001

Color Harmonies of #C6FEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FEED

Black with #C6FEED

Text Example


Text Example

White with #C6FEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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