Html Css Color HEX #C2FAEB Humming Bird

📋 copy color: '#C2FAEB'

red 194 ◦ green 250 ◦ blue 235

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

Shades of Humming Bird #C2FAEB

Tints of Humming Bird #C2FAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.61%

R = 28.57%
G = 36.82%
B = 34.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#C2FAEB (or 0xC2FAEB) is known color: Humming Bird. HEX triplet: C2, FA and EB. RGB value is (194,250,235). Sum of RGB (Red+Green+Blue) = 194+250+235=679 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.57% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAEB is #3D0514. Grayscale: #E7E7E7. Windows color (decimal): -3998997 or 15465154. OLE color: 15465154.

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

Color convert

RGB 194 250 235 -
CMYK 0.22 0 0.06 0.02
HSL 163.93º 0.85% 0.87% -
HSV(B) 163.93º 0.22% 0.98% -
XYZ 71.43 85.84 91.4 -
YUV 231.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 194 250 235 0.22 0 0.06 0.02 163.93 0.85 0.87
Hex C2 FA EB 16 0 6 2 A4 55 57
Octal 302 372 353 26 0 6 2 244 125 127
Binary 11000010 11111010 11101011 10110 0 110 10 10100100 1010101 1010111

Color Harmonies of #C2FAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FAEB

Black with #C2FAEB

Text Example


Text Example

White with #C2FAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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