Html Css Color HEX #C2FCEE Humming Bird

📋 copy color: '#C2FCEE'

red 194 ◦ green 252 ◦ blue 238

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

Shades of Humming Bird #C2FCEE

Tints of Humming Bird #C2FCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.84%

 BLUE value IS 238 (93.36% from 255) = 34.8%

R = 28.36%
G = 36.84%
B = 34.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#C2FCEE (or 0xC2FCEE) is known color: Humming Bird. HEX triplet: C2, FC and EE. RGB value is (194,252,238). Sum of RGB (Red+Green+Blue) = 194+252+238=684 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.36% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCEE is #3D0311. Grayscale: #E9E9E9. Windows color (decimal): -3998482 or 15662274. OLE color: 15662274.

HSL color Cylindrical-coordinate representation of color #C2FCEE: hue angle of 165.52º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCEE is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 252 238 -
CMYK 0.23 0 0.06 0.01
HSL 165.52º 0.91% 0.87% -
HSV(B) 165.52º 0.23% 0.99% -
XYZ 72.49 87.26 93.91 -
YUV 233.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 194 252 238 0.23 0 0.06 0.01 165.52 0.91 0.87
Hex C2 FC EE 17 0 6 1 A6 5B 57
Octal 302 374 356 27 0 6 1 246 133 127
Binary 11000010 11111100 11101110 10111 0 110 1 10100110 1011011 1010111

Color Harmonies of #C2FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FCEE

Black with #C2FCEE

Text Example


Text Example

White with #C2FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FCEE; }

 p { color: rgb(194,252,238); }

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

background-color css

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

 a { background-color: rgb(194,252,238); }

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

border-color css

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

 span { border-color: rgb(194,252,238); }

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