Html Css Color HEX #C3FAE2 Humming Bird

📋 copy color: '#C3FAE2'

red 195 ◦ green 250 ◦ blue 226

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

Shades of Humming Bird #C3FAE2

Tints of Humming Bird #C3FAE2

RGB

 RED value IS 195 (76.56% from 255) = 29.06%

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

 BLUE value IS 226 (88.67% from 255) = 33.68%

R = 29.06%
G = 37.26%
B = 33.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#C3FAE2 (or 0xC3FAE2) is known color: Humming Bird. HEX triplet: C3, FA and E2. RGB value is (195,250,226). Sum of RGB (Red+Green+Blue) = 195+250+226=671 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.06% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FAE2 is #3C051D. Grayscale: #E6E6E6. Windows color (decimal): -3933470 or 14875331. OLE color: 14875331.

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

Color convert

RGB 195 250 226 -
CMYK 0.22 0 0.10 0.02
HSL 153.82º 0.85% 0.87% -
HSV(B) 153.82º 0.22% 0.98% -
XYZ 70.42 85.46 84.74 -
YUV 230.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 195 250 226 0.22 0 0.10 0.02 153.82 0.85 0.87
Hex C3 FA E2 16 0 A 2 9A 55 57
Octal 303 372 342 26 0 12 2 232 125 127
Binary 11000011 11111010 11100010 10110 0 1010 10 10011010 1010101 1010111

Color Harmonies of #C3FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FAE2

Black with #C3FAE2

Text Example


Text Example

White with #C3FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FAE2; }

 p { color: rgb(195,250,226); }

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

background-color css

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

 a { background-color: rgb(195,250,226); }

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

border-color css

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

 span { border-color: rgb(195,250,226); }

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