Html Css Color HEX #C1FAED Humming Bird

📋 copy color: '#C1FAED'

red 193 ◦ green 250 ◦ blue 237

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

Shades of Humming Bird #C1FAED

Tints of Humming Bird #C1FAED

RGB

 RED value IS 193 (75.78% from 255) = 28.38%

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

 BLUE value IS 237 (92.97% from 255) = 34.85%

R = 28.38%
G = 36.76%
B = 34.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#C1FAED (or 0xC1FAED) is known color: Humming Bird. HEX triplet: C1, FA and ED. RGB value is (193,250,237). Sum of RGB (Red+Green+Blue) = 193+250+237=680 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.38% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FAED is #3E0512. Grayscale: #E7E7E7. Windows color (decimal): -4064531 or 15596225. OLE color: 15596225.

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

Color convert

RGB 193 250 237 -
CMYK 0.23 0 0.05 0.02
HSL 166.32º 0.85% 0.87% -
HSV(B) 166.32º 0.23% 0.98% -
XYZ 71.46 85.82 92.92 -
YUV 231.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 193 250 237 0.23 0 0.05 0.02 166.32 0.85 0.87
Hex C1 FA ED 17 0 5 2 A6 55 57
Octal 301 372 355 27 0 5 2 246 125 127
Binary 11000001 11111010 11101101 10111 0 101 10 10100110 1010101 1010111

Color Harmonies of #C1FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FAED

Black with #C1FAED

Text Example


Text Example

White with #C1FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FAED; }

 p { color: rgb(193,250,237); }

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

background-color css

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

 a { background-color: rgb(193,250,237); }

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

border-color css

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

 span { border-color: rgb(193,250,237); }

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