Html Css Color HEX #C8FAE0 Humming Bird

📋 copy color: '#C8FAE0'

red 200 ◦ green 250 ◦ blue 224

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

Shades of Humming Bird #C8FAE0

Tints of Humming Bird #C8FAE0

RGB

 RED value IS 200 (78.52% from 255) = 29.67%

 GREEN value IS 250 (98.05% from 255) = 37.09%

 BLUE value IS 224 (87.89% from 255) = 33.23%

R = 29.67%
G = 37.09%
B = 33.23%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#C8FAE0 (or 0xC8FAE0) is known color: Humming Bird. HEX triplet: C8, FA and E0. RGB value is (200,250,224). Sum of RGB (Red+Green+Blue) = 200+250+224=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAE0 is #37051F. Grayscale: #E8E8E8. Windows color (decimal): -3605792 or 14744264. OLE color: 14744264.

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

Color convert

RGB 200 250 224 -
CMYK 0.2 0 0.10 0.02
HSL 148.8º 0.83% 0.88% -
HSV(B) 148.8º 0.2% 0.98% -
XYZ 71.46 86.03 83.36 -
YUV 232.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 200 250 224 0.2 0 0.10 0.02 148.8 0.83 0.88
Hex C8 FA E0 14 0 A 2 95 53 58
Octal 310 372 340 24 0 12 2 225 123 130
Binary 11001000 11111010 11100000 10100 0 1010 10 10010101 1010011 1011000

Color Harmonies of #C8FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAE0

Black with #C8FAE0

Text Example


Text Example

White with #C8FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAE0; }

 p { color: rgb(200,250,224); }

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

background-color css

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

 a { background-color: rgb(200,250,224); }

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

border-color css

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

 span { border-color: rgb(200,250,224); }

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