Html Css Color HEX #CCFBE5 Humming Bird

📋 copy color: '#CCFBE5'

red 204 ◦ green 251 ◦ blue 229

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

Shades of Humming Bird #CCFBE5

Tints of Humming Bird #CCFBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.7%

 BLUE value IS 229 (89.84% from 255) = 33.48%

R = 29.82%
G = 36.7%
B = 33.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#CCFBE5 (or 0xCCFBE5) is known color: Humming Bird. HEX triplet: CC, FB and E5. RGB value is (204,251,229). Sum of RGB (Red+Green+Blue) = 204+251+229=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBE5 is #33041A. Grayscale: #EAEAEA. Windows color (decimal): -3343387 or 15072204. OLE color: 15072204.

HSL color Cylindrical-coordinate representation of color #CCFBE5: hue angle of 151.91º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBE5 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 229 -
CMYK 0.19 0 0.09 0.02
HSL 151.91º 0.85% 0.89% -
HSV(B) 151.91º 0.19% 0.98% -
XYZ 73.54 87.49 87.14 -
YUV 234.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 204 251 229 0.19 0 0.09 0.02 151.91 0.85 0.89
Hex CC FB E5 13 0 9 2 98 55 59
Octal 314 373 345 23 0 11 2 230 125 131
Binary 11001100 11111011 11100101 10011 0 1001 10 10011000 1010101 1011001

Color Harmonies of #CCFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBE5

Black with #CCFBE5

Text Example


Text Example

White with #CCFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBE5; }

 p { color: rgb(204,251,229); }

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

background-color css

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

 a { background-color: rgb(204,251,229); }

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

border-color css

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

 span { border-color: rgb(204,251,229); }

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