Html Css Color HEX #CCFFEB Humming Bird

📋 copy color: '#CCFFEB'

red 204 ◦ green 255 ◦ blue 235

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

Shades of Humming Bird #CCFFEB

Tints of Humming Bird #CCFFEB

RGB

 RED value IS 204 (80.08% from 255) = 29.39%

 GREEN value IS 255 (100% from 255) = 36.74%

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

R = 29.39%
G = 36.74%
B = 33.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#CCFFEB (or 0xCCFFEB) is known color: Humming Bird. HEX triplet: CC, FF and EB. RGB value is (204,255,235). Sum of RGB (Red+Green+Blue) = 204+255+235=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFEB is #330014. Grayscale: #EDEDED. Windows color (decimal): -3342357 or 15466444. OLE color: 15466444.

HSL color Cylindrical-coordinate representation of color #CCFFEB: hue angle of 156.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFEB is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 235 -
CMYK 0.2 0 0.08 0
HSL 156.47º 1% 0.9% -
HSV(B) 156.47º 0.2% 1% -
XYZ 75.66 90.36 92.05 -
YUV 237.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 204 255 235 0.2 0 0.08 0 156.47 1 0.9
Hex CC FF EB 14 0 8 0 9C 64 5A
Octal 314 377 353 24 0 10 0 234 144 132
Binary 11001100 11111111 11101011 10100 0 1000 0 10011100 1100100 1011010

Color Harmonies of #CCFFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFEB

Black with #CCFFEB

Text Example


Text Example

White with #CCFFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFEB; }

 p { color: rgb(204,255,235); }

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

background-color css

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

 a { background-color: rgb(204,255,235); }

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

border-color css

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

 span { border-color: rgb(204,255,235); }

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