Html Css Color HEX #CCFEE6 Humming Bird

📋 copy color: '#CCFEE6'

red 204 ◦ green 254 ◦ blue 230

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

Shades of Humming Bird #CCFEE6

Tints of Humming Bird #CCFEE6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.92%

 BLUE value IS 230 (90.23% from 255) = 33.43%

R = 29.65%
G = 36.92%
B = 33.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#CCFEE6 (or 0xCCFEE6) is known color: Humming Bird. HEX triplet: CC, FE and E6. RGB value is (204,254,230). Sum of RGB (Red+Green+Blue) = 204+254+230=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEE6 is #330119. Grayscale: #ECECEC. Windows color (decimal): -3342618 or 15138508. OLE color: 15138508.

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

Color convert

RGB 204 254 230 -
CMYK 0.20 0 0.09 0.00
HSL 151.2º 0.96% 0.9% -
HSV(B) 151.2º 0.2% 1% -
XYZ 74.63 89.43 88.19 -
YUV 236.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 204 254 230 0.20 0 0.09 0.00 151.2 0.96 0.9
Hex CC FE E6 14 0 9 0 97 60 5A
Octal 314 376 346 24 0 11 0 227 140 132
Binary 11001100 11111110 11100110 10100 0 1001 0 10010111 1100000 1011010

Color Harmonies of #CCFEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFEE6

Black with #CCFEE6

Text Example


Text Example

White with #CCFEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFEE6; }

 p { color: rgb(204,254,230); }

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

background-color css

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

 a { background-color: rgb(204,254,230); }

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

border-color css

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

 span { border-color: rgb(204,254,230); }

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