Html Css Color HEX #C8FAE8 Humming Bird

📋 copy color: '#C8FAE8'

red 200 ◦ green 250 ◦ blue 232

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

Shades of Humming Bird #C8FAE8

Tints of Humming Bird #C8FAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.02%

R = 29.33%
G = 36.66%
B = 34.02%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#C8FAE8 (or 0xC8FAE8) is known color: Humming Bird. HEX triplet: C8, FA and E8. RGB value is (200,250,232). Sum of RGB (Red+Green+Blue) = 200+250+232=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAE8 is #370517. Grayscale: #E9E9E9. Windows color (decimal): -3605784 or 15268552. OLE color: 15268552.

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

Color convert

RGB 200 250 232 -
CMYK 0.2 0 0.07 0.02
HSL 158.4º 0.83% 0.88% -
HSV(B) 158.4º 0.2% 0.98% -
XYZ 72.57 86.48 89.21 -
YUV 233 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 200 250 232 0.2 0 0.07 0.02 158.4 0.83 0.88
Hex C8 FA E8 14 0 7 2 9E 53 58
Octal 310 372 350 24 0 7 2 236 123 130
Binary 11001000 11111010 11101000 10100 0 111 10 10011110 1010011 1011000

Color Harmonies of #C8FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAE8

Black with #C8FAE8

Text Example


Text Example

White with #C8FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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