Html Css Color HEX #C3FAEC Humming Bird

📋 copy color: '#C3FAEC'

red 195 ◦ green 250 ◦ blue 236

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

Shades of Humming Bird #C3FAEC

Tints of Humming Bird #C3FAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.65%

R = 28.63%
G = 36.71%
B = 34.65%

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

#C3FAEC (or 0xC3FAEC) is known color: Humming Bird. HEX triplet: C3, FA and EC. RGB value is (195,250,236). Sum of RGB (Red+Green+Blue) = 195+250+236=681 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.63% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAEC is #3C0513. Grayscale: #E7E7E7. Windows color (decimal): -3933460 or 15530691. OLE color: 15530691.

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

Color convert

RGB 195 250 236 -
CMYK 0.22 0 0.06 0.02
HSL 164.73º 0.85% 0.87% -
HSV(B) 164.73º 0.22% 0.98% -
XYZ 71.83 86.03 92.18 -
YUV 231.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 195 250 236 0.22 0 0.06 0.02 164.73 0.85 0.87
Hex C3 FA EC 16 0 6 2 A5 55 57
Octal 303 372 354 26 0 6 2 245 125 127
Binary 11000011 11111010 11101100 10110 0 110 10 10100101 1010101 1010111

Color Harmonies of #C3FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FAEC

Black with #C3FAEC

Text Example


Text Example

White with #C3FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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