Html Css Color HEX #C0F9E5 Humming Bird

📋 copy color: '#C0F9E5'

red 192 ◦ green 249 ◦ blue 229

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

Shades of Humming Bird #C0F9E5

Tints of Humming Bird #C0F9E5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.16%

 BLUE value IS 229 (89.84% from 255) = 34.18%

R = 28.66%
G = 37.16%
B = 34.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#C0F9E5 (or 0xC0F9E5) is known color: Humming Bird. HEX triplet: C0, F9 and E5. RGB value is (192,249,229). Sum of RGB (Red+Green+Blue) = 192+249+229=670 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.66% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F9E5 is #3F061A. Grayscale: #E5E5E5. Windows color (decimal): -4130331 or 15071680. OLE color: 15071680.

HSL color Cylindrical-coordinate representation of color #C0F9E5: hue angle of 158.95º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F9E5 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 229 -
CMYK 0.23 0 0.08 0.02
HSL 158.95º 0.83% 0.86% -
HSV(B) 158.95º 0.23% 0.98% -
XYZ 69.76 84.61 86.78 -
YUV 229.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 192 249 229 0.23 0 0.08 0.02 158.95 0.83 0.86
Hex C0 F9 E5 17 0 8 2 9F 53 56
Octal 300 371 345 27 0 10 2 237 123 126
Binary 11000000 11111001 11100101 10111 0 1000 10 10011111 1010011 1010110

Color Harmonies of #C0F9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F9E5

Black with #C0F9E5

Text Example


Text Example

White with #C0F9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F9E5; }

 p { color: rgb(192,249,229); }

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

background-color css

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

 a { background-color: rgb(192,249,229); }

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

border-color css

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

 span { border-color: rgb(192,249,229); }

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