Html Css Color HEX #C2F6EB Humming Bird

📋 copy color: '#C2F6EB'

red 194 ◦ green 246 ◦ blue 235

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

Shades of Humming Bird #C2F6EB

Tints of Humming Bird #C2F6EB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.44%

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

R = 28.74%
G = 36.44%
B = 34.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#C2F6EB (or 0xC2F6EB) is known color: Humming Bird. HEX triplet: C2, F6 and EB. RGB value is (194,246,235). Sum of RGB (Red+Green+Blue) = 194+246+235=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F6EB is #3D0914. Grayscale: #E5E5E5. Windows color (decimal): -4000021 or 15464130. OLE color: 15464130.

HSL color Cylindrical-coordinate representation of color #C2F6EB: hue angle of 167.31º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F6EB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 246 235 -
CMYK 0.21 0 0.04 0.04
HSL 167.31º 0.74% 0.86% -
HSV(B) 167.31º 0.21% 0.96% -
XYZ 70.2 83.38 90.99 -
YUV 229.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 194 246 235 0.21 0 0.04 0.04 167.31 0.74 0.86
Hex C2 F6 EB 15 0 4 4 A7 4A 56
Octal 302 366 353 25 0 4 4 247 112 126
Binary 11000010 11110110 11101011 10101 0 100 100 10100111 1001010 1010110

Color Harmonies of #C2F6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F6EB

Black with #C2F6EB

Text Example


Text Example

White with #C2F6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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