Html Css Color HEX #C2FBED Humming Bird

📋 copy color: '#C2FBED'

red 194 ◦ green 251 ◦ blue 237

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

Shades of Humming Bird #C2FBED

Tints of Humming Bird #C2FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.8%

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

R = 28.45%
G = 36.8%
B = 34.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#C2FBED (or 0xC2FBED) is known color: Humming Bird. HEX triplet: C2, FB and ED. RGB value is (194,251,237). Sum of RGB (Red+Green+Blue) = 194+251+237=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBED is #3D0412. Grayscale: #E8E8E8. Windows color (decimal): -3998739 or 15596482. OLE color: 15596482.

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

Color convert

RGB 194 251 237 -
CMYK 0.23 0 0.06 0.02
HSL 165.26º 0.88% 0.87% -
HSV(B) 165.26º 0.23% 0.98% -
XYZ 72.03 86.58 93.04 -
YUV 232.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 194 251 237 0.23 0 0.06 0.02 165.26 0.88 0.87
Hex C2 FB ED 17 0 6 2 A5 58 57
Octal 302 373 355 27 0 6 2 245 130 127
Binary 11000010 11111011 11101101 10111 0 110 10 10100101 1011000 1010111

Color Harmonies of #C2FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBED

Black with #C2FBED

Text Example


Text Example

White with #C2FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBED; }

 p { color: rgb(194,251,237); }

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

background-color css

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

 a { background-color: rgb(194,251,237); }

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

border-color css

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

 span { border-color: rgb(194,251,237); }

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