Html Css Color HEX #C8FAED Humming Bird

📋 copy color: '#C8FAED'

red 200 ◦ green 250 ◦ blue 237

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

Shades of Humming Bird #C8FAED

Tints of Humming Bird #C8FAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.5%

R = 29.11%
G = 36.39%
B = 34.5%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#C8FAED (or 0xC8FAED) is known color: Humming Bird. HEX triplet: C8, FA and ED. RGB value is (200,250,237). Sum of RGB (Red+Green+Blue) = 200+250+237=687 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.11% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAED is #370512. Grayscale: #E9E9E9. Windows color (decimal): -3605779 or 15596232. OLE color: 15596232.

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

Color convert

RGB 200 250 237 -
CMYK 0.2 0 0.05 0.02
HSL 164.4º 0.83% 0.88% -
HSV(B) 164.4º 0.2% 0.98% -
XYZ 73.29 86.77 93.01 -
YUV 233.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 200 250 237 0.2 0 0.05 0.02 164.4 0.83 0.88
Hex C8 FA ED 14 0 5 2 A4 53 58
Octal 310 372 355 24 0 5 2 244 123 130
Binary 11001000 11111010 11101101 10100 0 101 10 10100100 1010011 1011000

Color Harmonies of #C8FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAED

Black with #C8FAED

Text Example


Text Example

White with #C8FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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