Html Css Color HEX #C7FAEA Humming Bird

📋 copy color: '#C7FAEA'

red 199 ◦ green 250 ◦ blue 234

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

Shades of Humming Bird #C7FAEA

Tints of Humming Bird #C7FAEA

RGB

 RED value IS 199 (78.13% from 255) = 29.14%

 GREEN value IS 250 (98.05% from 255) = 36.6%

 BLUE value IS 234 (91.8% from 255) = 34.26%

R = 29.14%
G = 36.6%
B = 34.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#C7FAEA (or 0xC7FAEA) is known color: Humming Bird. HEX triplet: C7, FA and EA. RGB value is (199,250,234). Sum of RGB (Red+Green+Blue) = 199+250+234=683 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.14% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAEA is #380515. Grayscale: #E8E8E8. Windows color (decimal): -3671318 or 15399623. OLE color: 15399623.

HSL color Cylindrical-coordinate representation of color #C7FAEA: hue angle of 161.18º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7FAEA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 250 234 -
CMYK 0.20 0 0.06 0.02
HSL 161.18º 0.84% 0.88% -
HSV(B) 161.18º 0.2% 0.98% -
XYZ 72.59 86.45 90.7 -
YUV 232.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 199 250 234 0.20 0 0.06 0.02 161.18 0.84 0.88
Hex C7 FA EA 14 0 6 2 A1 54 58
Octal 307 372 352 24 0 6 2 241 124 130
Binary 11000111 11111010 11101010 10100 0 110 10 10100001 1010100 1011000

Color Harmonies of #C7FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FAEA

Black with #C7FAEA

Text Example


Text Example

White with #C7FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FAEA; }

 p { color: rgb(199,250,234); }

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

background-color css

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

 a { background-color: rgb(199,250,234); }

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

border-color css

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

 span { border-color: rgb(199,250,234); }

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