Html Css Color HEX #C5FEE6 Humming Bird

📋 copy color: '#C5FEE6'

red 197 ◦ green 254 ◦ blue 230

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

Shades of Humming Bird #C5FEE6

Tints of Humming Bird #C5FEE6

RGB

 RED value IS 197 (77.34% from 255) = 28.93%

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

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

R = 28.93%
G = 37.3%
B = 33.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#C5FEE6 (or 0xC5FEE6) is known color: Humming Bird. HEX triplet: C5, FE and E6. RGB value is (197,254,230). Sum of RGB (Red+Green+Blue) = 197+254+230=681 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.93% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEE6 is #3A0119. Grayscale: #EAEAEA. Windows color (decimal): -3801370 or 15138501. OLE color: 15138501.

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

Color convert

RGB 197 254 230 -
CMYK 0.22 0 0.09 0.00
HSL 154.74º 0.97% 0.88% -
HSV(B) 154.74º 0.22% 1% -
XYZ 72.75 88.47 88.1 -
YUV 234.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 197 254 230 0.22 0 0.09 0.00 154.74 0.97 0.88
Hex C5 FE E6 16 0 9 0 9B 61 58
Octal 305 376 346 26 0 11 0 233 141 130
Binary 11000101 11111110 11100110 10110 0 1001 0 10011011 1100001 1011000

Color Harmonies of #C5FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FEE6

Black with #C5FEE6

Text Example


Text Example

White with #C5FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FEE6; }

 p { color: rgb(197,254,230); }

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

background-color css

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

 a { background-color: rgb(197,254,230); }

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

border-color css

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

 span { border-color: rgb(197,254,230); }

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