Html Css Color HEX #C6FAEB Humming Bird

📋 copy color: '#C6FAEB'

red 198 ◦ green 250 ◦ blue 235

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

Shades of Humming Bird #C6FAEB

Tints of Humming Bird #C6FAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.41%

R = 28.99%
G = 36.6%
B = 34.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#C6FAEB (or 0xC6FAEB) is known color: Humming Bird. HEX triplet: C6, FA and EB. RGB value is (198,250,235). Sum of RGB (Red+Green+Blue) = 198+250+235=683 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.99% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAEB is #390514. Grayscale: #E8E8E8. Windows color (decimal): -3736853 or 15465158. OLE color: 15465158.

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

Color convert

RGB 198 250 235 -
CMYK 0.21 0 0.06 0.02
HSL 162.69º 0.84% 0.88% -
HSV(B) 162.69º 0.21% 0.98% -
XYZ 72.47 86.38 91.45 -
YUV 232.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 198 250 235 0.21 0 0.06 0.02 162.69 0.84 0.88
Hex C6 FA EB 15 0 6 2 A3 54 58
Octal 306 372 353 25 0 6 2 243 124 130
Binary 11000110 11111010 11101011 10101 0 110 10 10100011 1010100 1011000

Color Harmonies of #C6FAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FAEB

Black with #C6FAEB

Text Example


Text Example

White with #C6FAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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