Html Css Color HEX #C8FAEC Humming Bird

📋 copy color: '#C8FAEC'

red 200 ◦ green 250 ◦ blue 236

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

Shades of Humming Bird #C8FAEC

Tints of Humming Bird #C8FAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.4%

R = 29.15%
G = 36.44%
B = 34.4%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#C8FAEC (or 0xC8FAEC) is known color: Humming Bird. HEX triplet: C8, FA and EC. RGB value is (200,250,236). Sum of RGB (Red+Green+Blue) = 200+250+236=686 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.15% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAEC is #370513. Grayscale: #E9E9E9. Windows color (decimal): -3605780 or 15530696. OLE color: 15530696.

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

Color convert

RGB 200 250 236 -
CMYK 0.2 0 0.06 0.02
HSL 163.2º 0.83% 0.88% -
HSV(B) 163.2º 0.2% 0.98% -
XYZ 73.15 86.71 92.24 -
YUV 233.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 200 250 236 0.2 0 0.06 0.02 163.2 0.83 0.88
Hex C8 FA EC 14 0 6 2 A3 53 58
Octal 310 372 354 24 0 6 2 243 123 130
Binary 11001000 11111010 11101100 10100 0 110 10 10100011 1010011 1011000

Color Harmonies of #C8FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAEC

Black with #C8FAEC

Text Example


Text Example

White with #C8FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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