Html Css Color HEX #CCFFED Humming Bird

📋 copy color: '#CCFFED'

red 204 ◦ green 255 ◦ blue 237

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

Shades of Humming Bird #CCFFED

Tints of Humming Bird #CCFFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.05%

R = 29.31%
G = 36.64%
B = 34.05%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#CCFFED (or 0xCCFFED) is known color: Humming Bird. HEX triplet: CC, FF and ED. RGB value is (204,255,237). Sum of RGB (Red+Green+Blue) = 204+255+237=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFED is #330012. Grayscale: #EDEDED. Windows color (decimal): -3342355 or 15597516. OLE color: 15597516.

HSL color Cylindrical-coordinate representation of color #CCFFED: hue angle of 158.82º 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 #CCFFED is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 237 -
CMYK 0.2 0 0.07 0
HSL 158.82º 1% 0.9% -
HSV(B) 158.82º 0.2% 1% -
XYZ 75.95 90.47 93.58 -
YUV 237.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 204 255 237 0.2 0 0.07 0 158.82 1 0.9
Hex CC FF ED 14 0 7 0 9F 64 5A
Octal 314 377 355 24 0 7 0 237 144 132
Binary 11001100 11111111 11101101 10100 0 111 0 10011111 1100100 1011010

Color Harmonies of #CCFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFED

Black with #CCFFED

Text Example


Text Example

White with #CCFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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