Html Css Color HEX #C6FAE1 Humming Bird

📋 copy color: '#C6FAE1'

red 198 ◦ green 250 ◦ blue 225

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

Shades of Humming Bird #C6FAE1

Tints of Humming Bird #C6FAE1

RGB

 RED value IS 198 (77.73% from 255) = 29.42%

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

 BLUE value IS 225 (88.28% from 255) = 33.43%

R = 29.42%
G = 37.15%
B = 33.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#C6FAE1 (or 0xC6FAE1) is known color: Humming Bird. HEX triplet: C6, FA and E1. RGB value is (198,250,225). Sum of RGB (Red+Green+Blue) = 198+250+225=673 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.42% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FAE1 is #39051E. Grayscale: #E7E7E7. Windows color (decimal): -3736863 or 14809798. OLE color: 14809798.

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

Color convert

RGB 198 250 225 -
CMYK 0.21 0 0.10 0.02
HSL 151.15º 0.84% 0.88% -
HSV(B) 151.15º 0.21% 0.98% -
XYZ 71.06 85.81 84.05 -
YUV 231.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 198 250 225 0.21 0 0.10 0.02 151.15 0.84 0.88
Hex C6 FA E1 15 0 A 2 97 54 58
Octal 306 372 341 25 0 12 2 227 124 130
Binary 11000110 11111010 11100001 10101 0 1010 10 10010111 1010100 1011000

Color Harmonies of #C6FAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FAE1

Black with #C6FAE1

Text Example


Text Example

White with #C6FAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FAE1; }

 p { color: rgb(198,250,225); }

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

background-color css

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

 a { background-color: rgb(198,250,225); }

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

border-color css

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

 span { border-color: rgb(198,250,225); }

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