Html Css Color HEX #C3F0E4 Humming Bird

📋 copy color: '#C3F0E4'

red 195 ◦ green 240 ◦ blue 228

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

Shades of Humming Bird #C3F0E4

Tints of Humming Bird #C3F0E4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.2%

 BLUE value IS 228 (89.45% from 255) = 34.39%

R = 29.41%
G = 36.2%
B = 34.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#C3F0E4 (or 0xC3F0E4) is known color: Humming Bird. HEX triplet: C3, F0 and E4. RGB value is (195,240,228). Sum of RGB (Red+Green+Blue) = 195+240+228=663 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.41% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F0E4 is #3C0F1B. Grayscale: #E1E1E1. Windows color (decimal): -3936028 or 15003843. OLE color: 15003843.

HSL color Cylindrical-coordinate representation of color #C3F0E4: hue angle of 164º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F0E4 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 240 228 -
CMYK 0.19 0 0.05 0.06
HSL 164º 0.6% 0.85% -
HSV(B) 164º 0.19% 0.94% -
XYZ 67.67 79.52 85.18 -
YUV 225.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 195 240 228 0.19 0 0.05 0.06 164 0.6 0.85
Hex C3 F0 E4 13 0 5 6 A4 3C 55
Octal 303 360 344 23 0 5 6 244 74 125
Binary 11000011 11110000 11100100 10011 0 101 110 10100100 111100 1010101

Color Harmonies of #C3F0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F0E4

Black with #C3F0E4

Text Example


Text Example

White with #C3F0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F0E4; }

 p { color: rgb(195,240,228); }

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

background-color css

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

 a { background-color: rgb(195,240,228); }

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

border-color css

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

 span { border-color: rgb(195,240,228); }

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