Html Css Color HEX #C0FAEC Humming Bird

📋 copy color: '#C0FAEC'

red 192 ◦ green 250 ◦ blue 236

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

Shades of Humming Bird #C0FAEC

Tints of Humming Bird #C0FAEC

RGB

 RED value IS 192 (75.39% from 255) = 28.32%

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

 BLUE value IS 236 (92.58% from 255) = 34.81%

R = 28.32%
G = 36.87%
B = 34.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#C0FAEC (or 0xC0FAEC) is known color: Humming Bird. HEX triplet: C0, FA and EC. RGB value is (192,250,236). Sum of RGB (Red+Green+Blue) = 192+250+236=678 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.32% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAEC is #3F0513. Grayscale: #E7E7E7. Windows color (decimal): -4130068 or 15530688. OLE color: 15530688.

HSL color Cylindrical-coordinate representation of color #C0FAEC: hue angle of 165.52º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FAEC is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 250 236 -
CMYK 0.23 0 0.06 0.02
HSL 165.52º 0.85% 0.87% -
HSV(B) 165.52º 0.23% 0.98% -
XYZ 71.06 85.63 92.14 -
YUV 231.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 192 250 236 0.23 0 0.06 0.02 165.52 0.85 0.87
Hex C0 FA EC 17 0 6 2 A6 55 57
Octal 300 372 354 27 0 6 2 246 125 127
Binary 11000000 11111010 11101100 10111 0 110 10 10100110 1010101 1010111

Color Harmonies of #C0FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FAEC

Black with #C0FAEC

Text Example


Text Example

White with #C0FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FAEC; }

 p { color: rgb(192,250,236); }

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

background-color css

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

 a { background-color: rgb(192,250,236); }

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

border-color css

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

 span { border-color: rgb(192,250,236); }

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