Html Css Color HEX #C6FAEA Humming Bird

📋 copy color: '#C6FAEA'

red 198 ◦ green 250 ◦ blue 234

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

Shades of Humming Bird #C6FAEA

Tints of Humming Bird #C6FAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.31%

R = 29.03%
G = 36.66%
B = 34.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#C6FAEA (or 0xC6FAEA) is known color: Humming Bird. HEX triplet: C6, FA and EA. RGB value is (198,250,234). Sum of RGB (Red+Green+Blue) = 198+250+234=682 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.03% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAEA is #390515. Grayscale: #E8E8E8. Windows color (decimal): -3736854 or 15399622. OLE color: 15399622.

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

Color convert

RGB 198 250 234 -
CMYK 0.21 0 0.06 0.02
HSL 161.54º 0.84% 0.88% -
HSV(B) 161.54º 0.21% 0.98% -
XYZ 72.33 86.32 90.69 -
YUV 232.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 198 250 234 0.21 0 0.06 0.02 161.54 0.84 0.88
Hex C6 FA EA 15 0 6 2 A2 54 58
Octal 306 372 352 25 0 6 2 242 124 130
Binary 11000110 11111010 11101010 10101 0 110 10 10100010 1010100 1011000

Color Harmonies of #C6FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FAEA

Black with #C6FAEA

Text Example


Text Example

White with #C6FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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