Html Css Color HEX #C3FEE6 Humming Bird

📋 copy color: '#C3FEE6'

red 195 ◦ green 254 ◦ blue 230

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

Shades of Humming Bird #C3FEE6

Tints of Humming Bird #C3FEE6

RGB

 RED value IS 195 (76.56% from 255) = 28.72%

 GREEN value IS 254 (99.61% from 255) = 37.41%

 BLUE value IS 230 (90.23% from 255) = 33.87%

R = 28.72%
G = 37.41%
B = 33.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#C3FEE6 (or 0xC3FEE6) is known color: Humming Bird. HEX triplet: C3, FE and E6. RGB value is (195,254,230). Sum of RGB (Red+Green+Blue) = 195+254+230=679 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.72% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FEE6 is #3C0119. Grayscale: #E9E9E9. Windows color (decimal): -3932442 or 15138499. OLE color: 15138499.

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

Color convert

RGB 195 254 230 -
CMYK 0.23 0 0.09 0.00
HSL 155.59º 0.97% 0.88% -
HSV(B) 155.59º 0.23% 1% -
XYZ 72.23 88.2 88.08 -
YUV 233.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 195 254 230 0.23 0 0.09 0.00 155.59 0.97 0.88
Hex C3 FE E6 17 0 9 0 9C 61 58
Octal 303 376 346 27 0 11 0 234 141 130
Binary 11000011 11111110 11100110 10111 0 1001 0 10011100 1100001 1011000

Color Harmonies of #C3FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FEE6

Black with #C3FEE6

Text Example


Text Example

White with #C3FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FEE6; }

 p { color: rgb(195,254,230); }

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

background-color css

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

 a { background-color: rgb(195,254,230); }

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

border-color css

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

 span { border-color: rgb(195,254,230); }

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