Html Css Color HEX #C0FFE6 Humming Bird

📋 copy color: '#C0FFE6'

red 192 ◦ green 255 ◦ blue 230

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

Shades of Humming Bird #C0FFE6

Tints of Humming Bird #C0FFE6

RGB

 RED value IS 192 (75.39% from 255) = 28.36%

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

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

R = 28.36%
G = 37.67%
B = 33.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#C0FFE6 (or 0xC0FFE6) is known color: Humming Bird. HEX triplet: C0, FF and E6. RGB value is (192,255,230). Sum of RGB (Red+Green+Blue) = 192+255+230=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFE6 is #3F0019. Grayscale: #E9E9E9. Windows color (decimal): -4128794 or 15138752. OLE color: 15138752.

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

Color convert

RGB 192 255 230 -
CMYK 0.25 0 0.10 0
HSL 156.19º 1% 0.88% -
HSV(B) 156.19º 0.25% 1% -
XYZ 71.78 88.44 88.15 -
YUV 233.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 192 255 230 0.25 0 0.10 0 156.19 1 0.88
Hex C0 FF E6 19 0 A 0 9C 64 58
Octal 300 377 346 31 0 12 0 234 144 130
Binary 11000000 11111111 11100110 11001 0 1010 0 10011100 1100100 1011000

Color Harmonies of #C0FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FFE6

Black with #C0FFE6

Text Example


Text Example

White with #C0FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FFE6; }

 p { color: rgb(192,255,230); }

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

background-color css

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

 a { background-color: rgb(192,255,230); }

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

border-color css

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

 span { border-color: rgb(192,255,230); }

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