Html Css Color HEX #CCFBE7 Humming Bird

📋 copy color: '#CCFBE7'

red 204 ◦ green 251 ◦ blue 231

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

Shades of Humming Bird #CCFBE7

Tints of Humming Bird #CCFBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.67%

R = 29.74%
G = 36.59%
B = 33.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#CCFBE7 (or 0xCCFBE7) is known color: Humming Bird. HEX triplet: CC, FB and E7. RGB value is (204,251,231). Sum of RGB (Red+Green+Blue) = 204+251+231=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBE7 is #330418. Grayscale: #EAEAEA. Windows color (decimal): -3343385 or 15203276. OLE color: 15203276.

HSL color Cylindrical-coordinate representation of color #CCFBE7: hue angle of 154.47º 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 #CCFBE7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 231 -
CMYK 0.19 0 0.08 0.02
HSL 154.47º 0.85% 0.89% -
HSV(B) 154.47º 0.19% 0.98% -
XYZ 73.82 87.6 88.62 -
YUV 234.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 204 251 231 0.19 0 0.08 0.02 154.47 0.85 0.89
Hex CC FB E7 13 0 8 2 9A 55 59
Octal 314 373 347 23 0 10 2 232 125 131
Binary 11001100 11111011 11100111 10011 0 1000 10 10011010 1010101 1011001

Color Harmonies of #CCFBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBE7

Black with #CCFBE7

Text Example


Text Example

White with #CCFBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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