Html Css Color HEX #C6FAEE Humming Bird

📋 copy color: '#C6FAEE'

red 198 ◦ green 250 ◦ blue 238

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

Shades of Humming Bird #C6FAEE

Tints of Humming Bird #C6FAEE

RGB

 RED value IS 198 (77.73% from 255) = 28.86%

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

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

R = 28.86%
G = 36.44%
B = 34.69%

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

#C6FAEE (or 0xC6FAEE) is known color: Humming Bird. HEX triplet: C6, FA and EE. RGB value is (198,250,238). Sum of RGB (Red+Green+Blue) = 198+250+238=686 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.86% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAEE is #390511. Grayscale: #E9E9E9. Windows color (decimal): -3736850 or 15661766. OLE color: 15661766.

HSL color Cylindrical-coordinate representation of color #C6FAEE: hue angle of 166.15º 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 #C6FAEE is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 250 238 -
CMYK 0.21 0 0.05 0.02
HSL 166.15º 0.84% 0.88% -
HSV(B) 166.15º 0.21% 0.98% -
XYZ 72.91 86.55 93.75 -
YUV 233.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 198 250 238 0.21 0 0.05 0.02 166.15 0.84 0.88
Hex C6 FA EE 15 0 5 2 A6 54 58
Octal 306 372 356 25 0 5 2 246 124 130
Binary 11000110 11111010 11101110 10101 0 101 10 10100110 1010100 1011000

Color Harmonies of #C6FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FAEE

Black with #C6FAEE

Text Example


Text Example

White with #C6FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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