Html Css Color HEX #C2FAEE Humming Bird

📋 copy color: '#C2FAEE'

red 194 ◦ green 250 ◦ blue 238

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

Shades of Humming Bird #C2FAEE

Tints of Humming Bird #C2FAEE

RGB

 RED value IS 194 (76.17% from 255) = 28.45%

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

 BLUE value IS 238 (93.36% from 255) = 34.9%

R = 28.45%
G = 36.66%
B = 34.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#C2FAEE (or 0xC2FAEE) is known color: Humming Bird. HEX triplet: C2, FA and EE. RGB value is (194,250,238). Sum of RGB (Red+Green+Blue) = 194+250+238=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAEE is #3D0511. Grayscale: #E7E7E7. Windows color (decimal): -3998994 or 15661762. OLE color: 15661762.

HSL color Cylindrical-coordinate representation of color #C2FAEE: hue angle of 167.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FAEE is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 238 -
CMYK 0.22 0 0.05 0.02
HSL 167.14º 0.85% 0.87% -
HSV(B) 167.14º 0.22% 0.98% -
XYZ 71.87 86.01 93.7 -
YUV 231.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 194 250 238 0.22 0 0.05 0.02 167.14 0.85 0.87
Hex C2 FA EE 16 0 5 2 A7 55 57
Octal 302 372 356 26 0 5 2 247 125 127
Binary 11000010 11111010 11101110 10110 0 101 10 10100111 1010101 1010111

Color Harmonies of #C2FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FAEE

Black with #C2FAEE

Text Example


Text Example

White with #C2FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FAEE; }

 p { color: rgb(194,250,238); }

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

background-color css

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

 a { background-color: rgb(194,250,238); }

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

border-color css

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

 span { border-color: rgb(194,250,238); }

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