Html Css Color HEX #C6FAE7 Humming Bird

📋 copy color: '#C6FAE7'

red 198 ◦ green 250 ◦ blue 231

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

Shades of Humming Bird #C6FAE7

Tints of Humming Bird #C6FAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.02%

R = 29.16%
G = 36.82%
B = 34.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#C6FAE7 (or 0xC6FAE7) is known color: Humming Bird. HEX triplet: C6, FA and E7. RGB value is (198,250,231). Sum of RGB (Red+Green+Blue) = 198+250+231=679 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.16% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAE7 is #390518. Grayscale: #E8E8E8. Windows color (decimal): -3736857 or 15203014. OLE color: 15203014.

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

Color convert

RGB 198 250 231 -
CMYK 0.21 0 0.08 0.02
HSL 158.08º 0.84% 0.88% -
HSV(B) 158.08º 0.21% 0.98% -
XYZ 71.9 86.15 88.44 -
YUV 232.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 198 250 231 0.21 0 0.08 0.02 158.08 0.84 0.88
Hex C6 FA E7 15 0 8 2 9E 54 58
Octal 306 372 347 25 0 10 2 236 124 130
Binary 11000110 11111010 11100111 10101 0 1000 10 10011110 1010100 1011000

Color Harmonies of #C6FAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FAE7

Black with #C6FAE7

Text Example


Text Example

White with #C6FAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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