Html Css Color HEX #C2FDE5 Humming Bird

📋 copy color: '#C2FDE5'

red 194 ◦ green 253 ◦ blue 229

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

Shades of Humming Bird #C2FDE5

Tints of Humming Bird #C2FDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.43%

 BLUE value IS 229 (89.84% from 255) = 33.88%

R = 28.7%
G = 37.43%
B = 33.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#C2FDE5 (or 0xC2FDE5) is known color: Humming Bird. HEX triplet: C2, FD and E5. RGB value is (194,253,229). Sum of RGB (Red+Green+Blue) = 194+253+229=676 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.70% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDE5 is #3D021A. Grayscale: #E8E8E8. Windows color (decimal): -3998235 or 15072706. OLE color: 15072706.

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

Color convert

RGB 194 253 229 -
CMYK 0.23 0 0.09 0.01
HSL 155.59º 0.94% 0.88% -
HSV(B) 155.59º 0.23% 0.99% -
XYZ 71.52 87.38 87.22 -
YUV 232.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 194 253 229 0.23 0 0.09 0.01 155.59 0.94 0.88
Hex C2 FD E5 17 0 9 1 9C 5E 58
Octal 302 375 345 27 0 11 1 234 136 130
Binary 11000010 11111101 11100101 10111 0 1001 1 10011100 1011110 1011000

Color Harmonies of #C2FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FDE5

Black with #C2FDE5

Text Example


Text Example

White with #C2FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FDE5; }

 p { color: rgb(194,253,229); }

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

background-color css

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

 a { background-color: rgb(194,253,229); }

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

border-color css

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

 span { border-color: rgb(194,253,229); }

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