Html Css Color HEX #C8EFE2 Humming Bird

📋 copy color: '#C8EFE2'

red 200 ◦ green 239 ◦ blue 226

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

Shades of Humming Bird #C8EFE2

Tints of Humming Bird #C8EFE2

RGB

 RED value IS 200 (78.52% from 255) = 30.08%

 GREEN value IS 239 (93.75% from 255) = 35.94%

 BLUE value IS 226 (88.67% from 255) = 33.98%

R = 30.08%
G = 35.94%
B = 33.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#C8EFE2 (or 0xC8EFE2) is known color: Humming Bird. HEX triplet: C8, EF and E2. RGB value is (200,239,226). Sum of RGB (Red+Green+Blue) = 200+239+226=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFE2 is #37101D. Grayscale: #E1E1E1. Windows color (decimal): -3608606 or 14872520. OLE color: 14872520.

HSL color Cylindrical-coordinate representation of color #C8EFE2: hue angle of 160º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFE2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 239 226 -
CMYK 0.16 0 0.05 0.06
HSL 160º 0.55% 0.86% -
HSV(B) 160º 0.16% 0.94% -
XYZ 68.41 79.5 83.69 -
YUV 225.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 200 239 226 0.16 0 0.05 0.06 160 0.55 0.86
Hex C8 EF E2 10 0 5 6 A0 37 56
Octal 310 357 342 20 0 5 6 240 67 126
Binary 11001000 11101111 11100010 10000 0 101 110 10100000 110111 1010110

Color Harmonies of #C8EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EFE2

Black with #C8EFE2

Text Example


Text Example

White with #C8EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EFE2; }

 p { color: rgb(200,239,226); }

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

background-color css

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

 a { background-color: rgb(200,239,226); }

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

border-color css

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

 span { border-color: rgb(200,239,226); }

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