Html Css Color HEX #C5FAEE Humming Bird

📋 copy color: '#C5FAEE'

red 197 ◦ green 250 ◦ blue 238

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

Shades of Humming Bird #C5FAEE

Tints of Humming Bird #C5FAEE

RGB

 RED value IS 197 (77.34% from 255) = 28.76%

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

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

R = 28.76%
G = 36.5%
B = 34.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#C5FAEE (or 0xC5FAEE) is known color: Humming Bird. HEX triplet: C5, FA and EE. RGB value is (197,250,238). Sum of RGB (Red+Green+Blue) = 197+250+238=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAEE is #3A0511. Grayscale: #E8E8E8. Windows color (decimal): -3802386 or 15661765. OLE color: 15661765.

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

Color convert

RGB 197 250 238 -
CMYK 0.21 0 0.05 0.02
HSL 166.42º 0.84% 0.88% -
HSV(B) 166.42º 0.21% 0.98% -
XYZ 72.64 86.41 93.74 -
YUV 232.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 197 250 238 0.21 0 0.05 0.02 166.42 0.84 0.88
Hex C5 FA EE 15 0 5 2 A6 54 58
Octal 305 372 356 25 0 5 2 246 124 130
Binary 11000101 11111010 11101110 10101 0 101 10 10100110 1010100 1011000

Color Harmonies of #C5FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAEE

Black with #C5FAEE

Text Example


Text Example

White with #C5FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FAEE; }

 p { color: rgb(197,250,238); }

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

background-color css

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

 a { background-color: rgb(197,250,238); }

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

border-color css

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

 span { border-color: rgb(197,250,238); }

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