Html Css Color HEX #CCFDEA Humming Bird

📋 copy color: '#CCFDEA'

red 204 ◦ green 253 ◦ blue 234

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

Shades of Humming Bird #CCFDEA

Tints of Humming Bird #CCFDEA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.61%

 BLUE value IS 234 (91.8% from 255) = 33.86%

R = 29.52%
G = 36.61%
B = 33.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#CCFDEA (or 0xCCFDEA) is known color: Humming Bird. HEX triplet: CC, FD and EA. RGB value is (204,253,234). Sum of RGB (Red+Green+Blue) = 204+253+234=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDEA is #330215. Grayscale: #ECECEC. Windows color (decimal): -3342870 or 15400396. OLE color: 15400396.

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

Color convert

RGB 204 253 234 -
CMYK 0.19 0 0.08 0.01
HSL 156.73º 0.92% 0.9% -
HSV(B) 156.73º 0.19% 0.99% -
XYZ 74.88 89.03 91.08 -
YUV 236.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 204 253 234 0.19 0 0.08 0.01 156.73 0.92 0.9
Hex CC FD EA 13 0 8 1 9D 5C 5A
Octal 314 375 352 23 0 10 1 235 134 132
Binary 11001100 11111101 11101010 10011 0 1000 1 10011101 1011100 1011010

Color Harmonies of #CCFDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDEA

Black with #CCFDEA

Text Example


Text Example

White with #CCFDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDEA; }

 p { color: rgb(204,253,234); }

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

background-color css

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

 a { background-color: rgb(204,253,234); }

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

border-color css

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

 span { border-color: rgb(204,253,234); }

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